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
This occurs because SubProtocolsSet is null even when SubProtocols is set to something in WebSocketListenerOptions. A workaround is to Clone the options after creating them.
The text was updated successfully, but these errors were encountered:
This occurs because
SubProtocolsSet is null
even whenSubProtocols
is set to something inWebSocketListenerOptions
. A workaround is toClone
the options after creating them.The text was updated successfully, but these errors were encountered: