The list of my mistakes is long

This commit is contained in:
Mikko Ahlroth 2024-07-18 13:19:33 +03:00
parent 1e5c95402d
commit f08c761520

View file

@ -129,7 +129,7 @@ class Connection {
this.source = source;
this.writeSocket = writeSocket;
this.onIdleTimeout = idleTimeoutCallback;
this.onMessage = this.onMessage;
this.onMessage = onMessage;
}
initTargetSocket() {