-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issues after browser refresh #143
Comments
Unable to reproduce scenario 1 in Firefox or Chrome against cse-server-go-0.6.0 |
Scenario 1: |
For scenario 1: |
@eidekrist, I believe this is connected to: I have debugged a little further on the server side. It is just some timing situation. If you hit refresh a second time, it might work. What is the best approach? to send a second time the command (from the client side) or to fix the server such that if it fails to write the feedback, it tries again? The latter seems better. |
That bug in kee-frame is supposed to be fixed. If it was not fixed, then there would be no "get-module-data" message in the network log. I tried reproducing, and it seems the "get-module-data" command is sent to the server, but there is no reply with the correct stuff. The best approach is to debug the server code and see what really happens with the initial "get-module-data" command instead of patching it up. Bonus info; when the socket connection closes (refresh browser) the server dumps the current state to the console. It is easy to get confused by that. I'd love to take a deeper look but I have to wait until next week. |
Two scenarios were identified. This has been tested on Chrome (Version 81.0.4044.122 (Official Build) (64-bit)). Tests were performed with version 0.5.1 and 0.6.0 (after the release of cse-core).
Scenario 1:
Setup
Action 1:
Result 1:
Action 2:
Result 2:
Scenario 2:
Setup
Action:
Result:
Depending on the page you are when you hit refresh, the models will disappear or not (but that is only applicable for the first refresh).
The text was updated successfully, but these errors were encountered: