Closed FancyQian closed 5 months ago
It seems that the subscribe message must impl From
trait, but in my case, the publisher pubs the message to the subsribler directly, is it possible with the current code?
well, it can be done by filtering message enum type.
Describe the bug As a subscriber, I can subscribe to multiple types of messages from the publisher
Additional context There are two examples of
Port
I am not sure how to start with my implementation, I want to subscribe to multiple messages from publisher. Many thanks, I'm a newbie, and maybe I didn't study your code thoroughly, but a better example would make it easier for everyone to get started because 2 different examples make me a little confused.