Max Penet
Max Penet
That said I should write some documentation for the clients parts and make this obvious.
Something else I noticed, you never close the socket in your Websocket code (both client/server): `(async/close! out)`
any news on this?
Alright. Just a heads up about mult, might or might not be relevant to your usage (unrelated to this issue): http://dev.clojure.org/jira/browse/ASYNC-90
True, all the middlewares that mess with responses or bodies could cause unexpected results if you use the features of jet that are out of the RING spec (chunked bodies,...
I didn't dig deep but I don't believe this is how it works in http-kit (please prove me wrong, I'd be curious to see how it is achieved there). see...
Right. It's doable relatively easily for the websocket part. For the long polling part I don't believe this allows full compatibility depending on what the middlewares are doing (ex: modifying...
A proposal for this: - [ ] move protocols in separate ns - [ ] move main impl of hh-tree in new ns ("core" means nothing) - [ ] move...
:} There are a few others out there
Hi, We already use a "supplied" listener, so I guess I could simply abstract away the listener construction (via say a protocol) and optionally let the user pass a "listenable"...