aleph

2016-11-02T01:16:29.000474Z

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 😃

dm3 2016-11-02T06:15:37.000477Z

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

dm3 2016-11-02T06:16:03.000478Z

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

dm3 2016-11-02T06:16:32.000479Z

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

dm3 2016-11-02T06:16:37.000480Z

@kingoftheknoll ^

dm3 2016-11-02T19:58:41.000482Z

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