-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
0.26.0 WebSocket does not fire onopen #6231
Comments
I can reproduce this issue on Linux with nwjs-sdk-v0.26.0, but there are two sessions in my device.
|
Thanks. Will check this after 0.26.1 release, which is scheduled today. |
This is because upstream ships WebSocket throttling in 62. |
This is fixed in git and will be available in the next nightly build. |
The fix was released in 0.26.1 |
Thank you very much for your help. Now it works great! |
- Add test for issue nwjs#6231 - This case is failed on failed version 0.26.0, pass on v0.27.4
- Add test for issue #6231 - This case is failed on failed version 0.26.0, pass on v0.27.4
v0.26.0 WebSocket does not work with numbers of connections more than 2.
v0.25.4 is everything ok
for instance we use simple test code
0.25.4 console.log
0.26.0 console.log only one session
http://prntscr.com/h1snjb 0.25.4
http://prntscr.com/h1smz0 0.26.0
The text was updated successfully, but these errors were encountered: