Describe the bug
Websocket error callback and close callback don't take in any parameters.
Expected behavior
An error message should be passed down from the source of the error into the error message callback. A close reason and close code should be passed into the close callback.
Other
- Platform: Win32, Android, iOS
Describe the bug
Websocket error callback and close callback don't take in any parameters.
Expected behavior
An error message should be passed down from the source of the error into the error message callback. A close reason and close code should be passed into the close callback.
Other