Is your feature request related to a problem? Please describe.
The websocket service drops messages that cannot be "formatted" correctly and does not log or return any error to the user when this happens.
Describe the solution you'd like
- Either add logging (or panic) on debug builds when this happens.
- Allow users to receive callbacks for message format errors
Is your feature request related to a problem? Please describe.
The websocket service drops messages that cannot be "formatted" correctly and does not log or return any error to the user when this happens.
Describe the solution you'd like