cch1 / http.async.client

Async Http Client - Clojure
http://cch1.github.com/http.async.client
267 stars 40 forks source link

Websocket client closing on fragmented message #81

Open JonniK opened 7 years ago

JonniK commented 7 years ago

Websocket client is accidentally closing when fragmented message is received. I think it's related to this issue https://github.com/AsyncHttpClient/async-http-client/issues/655

cch1 commented 7 years ago

Thanks for documenting this here. Do you have a proposal for fixing this Clojure lib, or are you just leaving a marker for other parties to understand the root cause of this issue? If you have a proposal, I'd love to see a PR.