Description
Fired when an error is received from the Websocket.
Example
// ... Initializing
pubsub
.on('error', (error) => {
console.log(error);
});
Data
Raw websocket response from the server containing the error.
Fired when an error is received from the Websocket.
// ... Initializing
pubsub
.on('error', (error) => {
console.log(error);
});
Raw websocket response from the server containing the error.