Update comment

This commit is contained in:
2025-03-21 12:03:20 -05:00
parent b37f96fc08
commit dc2cd4ec4c
5 changed files with 5 additions and 5 deletions

View File

@ -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();