WebSocketExample
WebSocketExample copied to clipboard
Realistic WebSocket server examples based upon .NET Core.
Results
1
WebSocketExample issues
Sort by
recently updated
recently updated
newest added
Hi! I was just checking out your WebSocketExample repo. Looks like a great job! When trying to run the WebSocketExample project, [this line](https://github.com/MV10/WebSocketExample/blob/e92498c184edce746100099bdcc2911edcab0765/WebSocketExample/WebSocketServer.cs#L99) triggers a `System.ArgumentNullException` exception: ``` if (context.Request.AcceptTypes.Contains("text/html"))...