pubsub
pubsub copied to clipboard
Can I use this for paralell publish?
As far as I can see both Publish and PublishAsync use sequential execution. Is there any way to make it run in parallel?
You can achieve a parallel publish by making each subscribe call an Async void method. When using an async void follow this video for tips. https://www.youtube.com/watch?v=O1Tx-k4Vao0