This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-04-16
Channels
- # admin-announcements (11)
- # arachne (4)
- # beginners (7)
- # boot (21)
- # clojure (41)
- # clojure-greece (2)
- # clojure-japan (7)
- # clojure-poland (4)
- # clojure-russia (25)
- # clojure-sg (1)
- # clojure-uk (3)
- # clojurescript (23)
- # cursive (2)
- # datomic (2)
- # devcards (2)
- # euroclojure (6)
- # hoplon (101)
- # immutant (4)
- # leiningen (4)
- # mount (8)
- # off-topic (2)
- # om (34)
- # onyx (2)
- # planck (1)
- # re-frame (4)
- # reagent (16)
- # spacemacs (6)
- # untangled (19)
@tcrawley: this is the exception I get when the connection drops --
java.io.IOException: UT002044: Compressed message payload is corrupted
And this is how I'm using the extension
(.addExtension
(.getAttachment handler UndertowWebsocket/HANDSHAKE_ATTACHMENT_KEY)
(PerMessageDeflateHandshake.
false Deflater/BEST_COMPRESSION false false))
@tcrawley: the above could possibly be a misconfiguration on my part because when I switch to the following setting I dont see any connection drops or exceptions
(PerMessageDeflateHandshake.
false Deflater/BEST_COMPRESSION false true)
unless you think this is a bug, I am going to go with the latter setting. i am thinking its the right config based on how our browser client JS works. So if you dont think this is a bug with the extension, kindly make a 2.1.4 available as soon as is convenient for you. Thanks! @tcrawley