Obada Ali
Results
1
comments of
Obada Ali
@phamconganh, thanks! This solved our problem. Using `socket.on('error')` works for us, I'm not sure why it didn't work with `socket.on('connect_error')` or `socket.onConnectError`. Interestingly, on the client web package, `socket.on('connect_error')` works...