This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-15
Channels
- # beginners (34)
- # boot (45)
- # cider (16)
- # cljs-dev (20)
- # cljsjs (1)
- # cljsrn (8)
- # clojure (207)
- # clojure-berlin (3)
- # clojure-dev (18)
- # clojure-greece (1)
- # clojure-ireland (1)
- # clojure-italy (9)
- # clojure-russia (20)
- # clojure-spec (27)
- # clojure-uk (19)
- # clojurescript (110)
- # code-reviews (2)
- # cursive (7)
- # data-science (2)
- # datomic (7)
- # devcards (1)
- # emacs (4)
- # graphql (1)
- # hoplon (2)
- # immutant (15)
- # jobs (5)
- # jobs-rus (1)
- # juxt (1)
- # luminus (7)
- # lumo (26)
- # microservices (3)
- # off-topic (27)
- # om (13)
- # onyx (11)
- # pedestal (7)
- # proton (4)
- # re-frame (24)
- # remote-jobs (1)
- # spacemacs (2)
- # specter (2)
- # unrepl (31)
- # untangled (7)
- # vim (14)
@bostonaholic: looks like the issue on my end is the jersey sse client we use when testing - it doesn't actually close the socket on close, so the server can't detect a close when send! is called
if I test with a browser, and close the tab mid sse stream, :on-close
does get called
browser
but I didn’t do an exhaustive test to check if on-close wasn’t being called. It didn’t seem like it, at first.
that’d be super helpful
@bostonaholic give https://github.com/tobias/immutant-631 a try and see how it behaves for you
tcrawley: works for me. Thanks for putting this together.
thanks @tcrawley. I’ll try to take a look at it later to today and get back with you.