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
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
WebSocket transport does not need a connection id to work correctly because once it is connected it will stay connected. As a result we don't have to send the OPTIONS request. This will also lift the sessions stickiness requirement for WebSockets. Note: the user needs to make sure that the server supports WebSockets and that the WebSockets transport is enabled on the server (or use transport fallback)
WebSocket transport does not need a connection id to work correctly because once it is connected it will stay connected. As a result we don't have to send the OPTIONS request. This will also lift the sessions stickiness requirement for WebSockets. Note: the user needs to make sure that the server supports WebSockets and that the WebSockets transport is enabled on the server (or use transport fallback)