pull down to refresh

It seems that messages are sent via POST to a REST endpoint, they're then kept on the server and forwarder via WebSockets to the receiver.
Receiving your messages is done via GET sent every 30 seconds.
Encryption is maintained at all times.
I see, thanks. 30 seconds is good to know. Although I guess this is the worst case scenario when the client has a connection which becomes unresponsive, like for a retry? Most of the time I notice also a delay like some other users but currently with my connection between 50mbps and 100mbps I am pretty sure it is quicker than 30 seconds, more like 1-2 seconds.
reply
21 sats \ 1 reply \ @ama 2h
I've never had any trouble on cable or my own wifi.
When using data on my phone, I always (probably not necessary) select the slow mode and it seems to go always well, also.
reply
I see, thank you for the feedback. According to the GitHub issue provided by @Scroogey however you use by default the "slow" mode if you use Robosats on your phone (unless it changed since May 2024). Indeed in the GitHub issue it says: "The Android app uses the HTTP API of the chatroom. On browser, we use Websockets for instant messaging, but the HTTP API is also available (under the name "Turtle mode" the small icon between the two chat status indicators)."
But I am like you, in "slow" mode it works just fine for me as well.
reply