Fork me on GitHub
#aleph
<
2016-11-02
>
kingoftheknoll01:11:29

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 😃

dm306:11:37

you can't shutdown the bus currently. It probably makes sense to raise that as an issue

dm306:11:03

there's a bus/snapshot fn to get the current subscribers

dm306:11:32

you can also add functions via s/on-closed (sinks) and s/on-drained (sources)

dm319:11:41

not sure what you're trying to do in this snippet... is conn a bidirectional stream?