Reactive-Extensions / RxJS-DOM

HTML DOM Bindings for the Reactive Extensions for JavaScript
http://reactivex.io
Other
438 stars 101 forks source link

Exposing WebSocket status or add ability to retry connections #113

Open jmalonzo opened 8 years ago

jmalonzo commented 8 years ago

Hi there, would it be possible to expose the status of the WebSocket connection? If the server is down and we call fromWebSocket, there is no way for us to tell if the connection was successful or not.

Or is there another way to approach this such that we'll be able to retry the connection?

Thanks