You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result of this it is tough to debug configuration errors. There are several possible solutions:
Add a 'client' property on the dispatcher (which should be set to the client channel) so we can log: "Dispatcher for channel 'foo' has no subscribers".
Add a MessageDispatchingException and catch and wrap that in the channel itself.