Open k80w opened 4 years ago
With the way this project is structured, the most sensible option to me would be to create a Subscriber
type that functions similarly to the Watcher
type, but rather than idle
ing a list of subsystems, subscribe
s to a list of channels, idle
s the message
subsystem, and returns results of readmessages
on any message event.
it would be great if this package supported client-to-client channels. i haven't looked at this package in too much detail yet, so i don't know how difficult this would be to implement.