pubsub icon indicating copy to clipboard operation
pubsub copied to clipboard

Can I use this for paralell publish?

Open ggratte opened this issue 3 years ago • 1 comments

As far as I can see both Publish and PublishAsync use sequential execution. Is there any way to make it run in parallel?

ggratte avatar Dec 15 '21 02:12 ggratte

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

kevmoens avatar Dec 19 '21 16:12 kevmoens