Fix relay stats tracking a bit

This commit is contained in:
Jon Staab
2024-09-02 16:39:08 -07:00
parent b910569fc0
commit cb1993fa71
3 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ export class Connection extends Emitter {
onClose = () => this.emit('close', this)
onError = () => this.emit('fault', this)
onFault = () => this.emit('fault', this)
onMessage = (m: SocketMessage) => this.receiver.push(m)