MemBus
MemBus copied to clipboard
Pure In-Memory Publish/Subscribe .NET Bus
This could be potential breaking changes, as some methods and props will go away, but probably nothing on the major interfaces
This issue takes over from #16 and plans out the necessary steps (more or less) to get real async publishing into MemBus. # Aim * Ability to await the handling...
The name-based (`RegisterMethods()`) method subscription allows a non-void method to be picked up so that the method can return an object to be published. It would be useful for the...