mirror of
https://github.com/parnic/node-intellicenter.git
synced 2025-06-17 02:21:53 -05:00
Update comment
This commit is contained in:
@ -64,7 +64,7 @@ export class Unit extends EventEmitter {
|
||||
this.heartbeat();
|
||||
};
|
||||
onError = (evt) => {
|
||||
// todo: emit event so we can reconnect? auto reconnect?
|
||||
// todo: auto reconnect?
|
||||
debugUnit("error in websocket: $o", evt);
|
||||
this.emit("error", evt);
|
||||
this.socketCleanup();
|
||||
|
Reference in New Issue
Block a user