Right now, some errors cause a panic in the websocket data parsing thread while others just keep going(ReaderDataNotFound). This behaviour doesn't allow the user to react to the errors. It simply requires a full reset of the thread but the user doesn't even know when the error occurs because it's only being logged and not sent to the user.
Right now, some errors cause a panic in the websocket data parsing thread while others just keep going(ReaderDataNotFound). This behaviour doesn't allow the user to react to the errors. It simply requires a full reset of the thread but the user doesn't even know when the error occurs because it's only being logged and not sent to the user.