thinktecture/relayserver

The SignalR protocol implementation is serialized by design

Closed this issue · 0 comments

Currently, only one concurrent request will be handled on the connector. The reason for this is, that the SignalR implementation is serialized by design. We need to offload these requests by ourselves.