aleph

lxsameer 2018-12-27T16:05:25.011500Z

hey folks, is there any way to create an stream which doesn’t get closed when an unhandled exception happen ?

kachayev 2018-12-27T16:11:47.012100Z

do you mean in this case? https://clojurians.slack.com/archives/C0G922PCH/p1545583944000800 when something happens in user’s code that executes on s/take!?

lxsameer 2018-12-27T16:15:09.012400Z

yeah it’s related

lxsameer 2018-12-27T16:23:05.012600Z

@kachayev any idea my friend ?

kachayev 2018-12-27T16:53:24.012800Z

I assume we’re talking about non-blocking case, when s/take! returns deferred, right?

lxsameer 2018-12-27T16:54:11.013Z

yes

kachayev 2018-12-27T21:50:41.013200Z

I’m not sure I do understand the question correctly… when I have an exception raised somewhere in the chain of callbacks attached to the deferred returned by take!… nothing closes the stream

kachayev 2018-12-27T21:50:58.013400Z