Hi! I was just checking out your WebSocketExample repo. Looks like a great job!
When trying to run the WebSocketExample project, this line triggers a System.ArgumentNullException exception:
if (context.Request.AcceptTypes.Contains("text/html"))
At that point context.request.AcceptTypes is null
Here is the locals window at that point in time:

Hi! I was just checking out your WebSocketExample repo. Looks like a great job!
When trying to run the WebSocketExample project, this line triggers a
System.ArgumentNullExceptionexception:At that point context.request.AcceptTypes is
nullHere is the locals window at that point in time: