Another question, you can s/close!
a stream but how can you shut down an event-bus
? Mostly in the context of using Mount/Component in my dev workflom 😃
you can't shutdown the bus currently. It probably makes sense to raise that as an issue
there's a bus/snapshot
fn to get the current subscribers
you can also add functions via s/on-closed
(sinks) and s/on-drained
(sources)
not sure what you're trying to do in this snippet... is conn
a bidirectional stream?