-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
[bug] Sometimes command response is not shown #772
Labels
Comments
In my testing, I found that this issue appears on slow internet connection. Steps to replicate:
You will see that the websocket connection is not getting established. I believe the culprit is the Updating the |
pandafy
added a commit
that referenced
this issue
Jun 1, 2023
pandafy
added a commit
that referenced
this issue
Jun 1, 2023
pandafy
added a commit
that referenced
this issue
Jun 1, 2023
nemesifier
pushed a commit
that referenced
this issue
Jun 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When sending commands, in some cases the response is not shown.
This happens when there's already some recent commands in the UI and the UI relies on the websocket communication.
@pandafy please help me to replicate and fix this bug, I suspect the initial websocket connection can fail to establish, if this is the cause, we can change the code to retry to establish the connection until it works.
The text was updated successfully, but these errors were encountered: