fix(WebSocketSubject): Closes socket when closing socket observer#7077
fix(WebSocketSubject): Closes socket when closing socket observer#7077bever1337 wants to merge 1 commit intoReactiveX:masterfrom
Conversation
|
I don't believe there's any marble testing to be done since this work is making native features observable. In my experience, there is no equivalent framework like |
|
I need to research further, but I think the multiplexer can also create the same state where the websocket subject has errored but the underlying socket remains open. I don't want to conflate issues and the multiplexer code is trickier to change because it has more error paths. |
|
There is a |
Description:
When the output observer is closed because of de-serialization errors, ensure the WebSocketSubject is reset and the WebSocket is closed.
Related issue (if exists): (#5312)