Fork me on GitHub
#yada
<
2016-03-29
>
malcolmsparks09:03:14

@nha you're right. It's tied to manifold, which isn't tied to aleph but of course aleph is the most mature backend

malcolmsparks09:03:49

I'm working on a manifold/undertow backend currently

nha13:03:16

What is the way to detect a SSE connection disconnect ? It seems s/on-closed doesn't work on source streams ?

nha13:03:57

(with yada 1.2 - this could come from aleph/manifold though)

lockdown19:03:50

malcolmsparks: is the manifold/undertow backend you are working on done via servlets or via native undertow?

malcolmsparks19:03:18

Native. Servlet async only supports streaming in and out, doesn't support thread handover (e.g. for I/O bound ops like database visits)