Proposed changes
When connecting a websocket you get zero info of why it failed.
Context
we accidentially set "300ms" instead of "300" for endpointing. The server returned a 400 as expected, but there was no info about that from the package. After increasing the log level all you got was "Dialer failed: websocket"
Possible Implementation
Other information