-
Some time ago I created a custom service stack that makes possible to expose a service defined as a .NET interface as a remote service using an extensible set of protocols and transports. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This isn't a scenario we designed for so the dispatcher was made internal. Are you trying to call the dispatcher or implement your own? |
Beta Was this translation helpful? Give feedback.
-
Implement my own. This is what I have in 2.2:
|
Beta Was this translation helpful? Give feedback.
Implement my own.
I need to handle the InvocationMessages myself and dispatch them to my generic dispatcher instead of the SignalR hub.
This is what I have in 2.2: