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

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -