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…
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…