Questions tagged [aspnet-websocket]

AspNetWebSocket Class

Represents a real-time full-duplex connection between a web server and a client in an ASP.NET application.

Source: [https://msdn.microsoft.com/en-us/library/system.web.websockets.aspnetwebsocket%28v=vs.110%29.aspx]

More on Websockets: http://tools.ietf.org/html/rfc6455

2 questions
9
votes
1 answer

SignalR scaling out with Azure EventHub

I am looking high frequency scaling solution for SignalR. I am wondering if I can do it with Azure EventHub. If I use EventHub as my backplane for SignalR messages, will it become a bottleneck for me? I've checked this page but there is nothing…
Andrei
  • 42,814
  • 35
  • 154
  • 218
2
votes
1 answer

Detecting a "Busy" WebSocket

I recently ran into a problem with trying to broadcast to an open WebSocket using the SendAsync method, receiving an InvalidOperationException with the message "A send operation is already in progress" Digging through the source code for the…
Jake McGraw
  • 135
  • 4
  • 11