WebSocketListener icon indicating copy to clipboard operation
WebSocketListener copied to clipboard

WebSocketHandshaker.ParseWebSocketProtocol throws a NullReferenceException

Open slozier opened this issue 5 years ago • 1 comments

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.

slozier avatar Sep 13 '18 17:09 slozier

Thanks! I will take a look

vtortola avatar Oct 11 '18 10:10 vtortola