You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, WebBrowser allows a maximum of five concurrent WebSocket sessions to the same server
WebBrowser also has a "feature" that it does not actually delete a page when F5 is hit. Instead, the page reloads, the reloaded page initializes itself while the old page still keeps running in the background. In particular, the WebSocket communication in the background still keeps TCP connections open.
As a result, the sixth WebSocket() constructor call throws SecurityException error that remains uncaught
The text was updated successfully, but these errors were encountered:
kompa3
pushed a commit
to kompa3/engine.io-client
that referenced
this issue
Dec 17, 2014
Steps to reproduce:
Something of the background:
The text was updated successfully, but these errors were encountered: