This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-15
Channels
- # aws-lambda (3)
- # beginners (17)
- # boot (65)
- # cider (3)
- # cljs-dev (7)
- # cljsrn (82)
- # clojure (82)
- # clojure-italy (1)
- # clojure-russia (25)
- # clojure-spec (56)
- # clojure-uk (5)
- # clojurescript (52)
- # css (2)
- # datomic (6)
- # emacs (1)
- # hoplon (9)
- # jobs-discuss (5)
- # leiningen (8)
- # mount (2)
- # nginx (1)
- # off-topic (2)
- # om (1)
- # om-next (9)
- # perun (13)
- # portland-or (1)
- # re-frame (13)
- # reagent (20)
- # remote-jobs (2)
- # ring (5)
- # spacemacs (1)
- # specter (10)
- # untangled (5)
- # yada (6)
I'm trying to migrate my application from ring & jtty to http-kit. Mainly because I want to use sente with it now.
I get funky errors on websocket stuff.. no :close method implemented.... some stuff I read on github suggests the error disappears on transition to httpkit...
@sova You'll need to be a fair bit more specific about what you're doing and what exact problems you're seeing.
A paste-bin of the errors I see. My site still loads and i'm gonna find out if sockets will still work