How to send message without token? #1087
Closed
clintsinger
started this conversation in
General
Replies: 2 comments
-
There is! It's just an extension method 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. Rider wasn't finding it for me so after some digging I found it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm starting on integrating
ObservableRecipient
for my view models and there is anIMessenger
that is available to send messages between mvvm instances. When using theIRecipient<>
it is expected to callRegisterAll(this)
which will register all of the handlers on the default channel with no token required.The problem is on the sending side there isn't an option to send messages without a token.
IMessenger
only has the following:What is the correct way to use this so that it sends on the default channel?
Also, any reason there can't be another method that doesn't take a token?
Beta Was this translation helpful? Give feedback.
All reactions