-
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
Check if we are delaying opening the WebSocket connection #29
Comments
I am test the problem #20 - magically everything worked, I don't know how yet (I tested it on the same computer on which it didn't work). Adding the npm package did not solve the problem. Maybe something has to do with the page cache? I didn't set up location/cable the first time, then I'll test it on a virtual machine. |
I tested and could reproduce this. Webconsole shows this:
Then at some point this stops happening indicating the websocket connection was successful. |
However, today I tried to reproduce this several times with both firefox and chrome and it never happened. |
Ok, I am testing solution, details the sequence of actions in #32, launched via the command: |
...Hey, It's really a cache! |
OK. So your problem was different than mine. |
If yes, remove this delay as we only need it in case of reconnection.
The text was updated successfully, but these errors were encountered: