weavejester / haslett

A lightweight WebSocket library for ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Error handling for 500 error on websocket connect url

RobinNagpal opened this issue · comments

Currently nothing is being done with the .onerror for socket. I am not sure if we can add it in a clean way.

Isn't that covered by the close-status?