MemBus icon indicating copy to clipboard operation
MemBus copied to clipboard

Pure In-Memory Publish/Subscribe .NET Bus

Results 3 MemBus issues
Sort by recently updated
recently updated
newest added

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...

Feature-Request

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...

Feature-Request