SignalR Get Client State From Another Service.
Hello,
I have a SignalR client, and a method in another service that get called by the client with an HTTP requests.
My client have a stateful object attached to it's
Context.Items
.
When the other service receive the request, I can inject it a IHubContext
, and with User(string)
I can get a IClientProxy
that allow to send messages to my client, but there is nothing to retrieve the stored Items
.
And I want to call a method on the object stored here, how should I do that ?0 Replies