Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add backing missing error handler _onWSError (#295)
  • Loading branch information
tngan authored and twojtasz committed Apr 19, 2019
1 parent 04311fc commit 99c0122
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/core/src/loaders/xviz-websocket-loader.js
Expand Up @@ -163,4 +163,9 @@ export default class XVIZWebsocketLoader extends XVIZLoaderInterface {
// Only called on connection closure, which would be an error case
this._debug('socket_closed', event);
};

_onWSError = event => {
this._debug('socket_error', event);
};

}

0 comments on commit 99c0122

Please sign in to comment.