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
Probably because commands and events (and requests and responses) assumes they are on different ports, which they aren't in this scenario.
I guess this is a wontfix type issue, but it might be good to point out in the README, maybe.
Nevertheless, I'd like to thank you for a great library.
The text was updated successfully, but these errors were encountered:
When using the
inproc://
protocol, it is not possible to e.g.Publish
when inside an observable context.Setup
then
also
When sending a command, no event will be
publisedreceived.Probably because commands and events (and requests and responses) assumes they are on different ports, which they aren't in this scenario.
I guess this is a wontfix type issue, but it might be good to point out in the README, maybe.
Nevertheless, I'd like to thank you for a great library.
The text was updated successfully, but these errors were encountered: