Very slow message loading
Become a 10x Instagrammer and Escape Brainrot with Instagram CLI
Brought to you by:
jetc
Originally created by: faris0x
I'm not sure if this issue is local, if it is normal, or if it's something else, but sending and receiving messages through Instagram CLI takes a very long time, longer than it should, and it makes using it practically very inconvenient. Maybe I misconfigured something and that's what's causing this slowness, I'm not sure. Any and all help will be greatly appreciated.
Originally posted by: supreme-gg-gg
For sending, it appears slow because we don't append the "sent" message but fetch from the server once it has been updated there, so that's why it appears slower than web / mobile. This is implemented in [#110]
For receiving messages, it shouldn't be very slow but a little bit of lag should be expected as we do polling for the latest messages every ~5 seconds. For typescript CLI we use the native mobile MQTT client which is instant (think of websocket), see [#74], typescript is under development still
Related
Tickets:
#110Tickets:
#74Originally posted by: faris0x
I see. I also noticed, like others have mentioned, using Instagram CLI gets you flagged for automation (and potential account suspension) due to the continuous API usage. When the typescript CLI is done, will it fix the issue of latency in both sending and receiving, as well as the flagging issues?
Originally posted by: supreme-gg-gg
Yea, this is what we believe to be the biggest advantage of developing typescript client -- MQTT will avoid both latency and detection since that's what mobile uses
Ticket changed by: supreme-gg-gg