-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat delays when in active order #1293
Comments
Hey @Purchase73 . Indeed, this is in fact a legacy problem. Will further explain the causes here in case anyone feels jumping into fixing this one. 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). That means in Android the app polls for messages very X seconds. This coordinator endpoint might have some other issues as well that make it slow. The Android app didn't use the Websockets for instant chatting because that was not possible with our previous Tor library. However, it is likeky that the websockets might work with the new native Tor library @KoalaSat implemented. So this issue might not be too difficult to solve anymore. |
FYI - same issue again, second time I tried. |
This should be fixed with v0.7.3-alpha |
I am constantly switching to tor browser or opening my computer because robosats android app constantly not shows the incoming chat messages. I have to restart the app several times until I get it through and often chats do not load. There is a huge latency until I see the messages. My app version is: v0.7.3-alpha |
Did you try to switch to "turtle mode"? |
Hi, I still have to run to start my computer to access rhe robosat chat... What is "turtle mode"? How to activate it ? |
Describe the bug
Chat delays in an active order
To Reproduce
Steps to reproduce the behavior:
This is in the new apk, v0.6.1-alpha.
I'm not sure it can be reproduced, but in an active order, once I got to the 3 of 4 screen (chat with seller), I was able to type a message, but was NOT able to hit send. It was disabled, grayed out.
Then all at once, I got a bunch of messages from the other party in the trade, indicating that the other party had been typing messages previously, and I had not been responding. Like "hello?, anyone there" type messages.
I was then able to send messages. The trade completed. The whole thing just probably took a couple more minutes than normal, but it's disconcerting to have the chat window open but not be able to send a message.
This has never happened in any other place I've used robosats.
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: