Thanks for a great sample!
How does the framework handle the signalr client that is injected into the entity in terms of number of connections?
I.e. in the constructor of the Entity:
IAsyncCollector signalRMessages
Will this create a new connection to the signalr service? Or will the framework treat the instance as a Singelton and a new instance/connection will not be created until the function scales out to more instances....
Thanks for a great sample!
How does the framework handle the signalr client that is injected into the entity in terms of number of connections?
I.e. in the constructor of the Entity:
IAsyncCollector signalRMessages
Will this create a new connection to the signalr service? Or will the framework treat the instance as a Singelton and a new instance/connection will not be created until the function scales out to more instances....