c# - SignalR HubProxy.Invoke Thread Safety -
my (.net) signalr client multi-threaded application, can reuse 1 ihubproxy in client application threads? or need synchronize calls ihubproxy.invoke?
signalr's hubproxy (and extension hubconnection , connection) should thread-safe. in fact, if call hubconnection.createhubproxy multiple times same hubname, should same cached ihubproxy object anyway.
if find issues using ihubproxy in non-synchronized code, please report issue.
Comments
Post a Comment