mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-04-12 13:59:25 +02:00
message parsing
This commit is contained in:
parent
7a32e2673a
commit
eaf218fce8
@ -318,12 +318,12 @@ export class StratumV1Client {
|
||||
}
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
console.log("Invalid message");
|
||||
console.log(parsedMessage);
|
||||
await this.socket.end();
|
||||
return;
|
||||
}
|
||||
// default: {
|
||||
// console.log("Invalid message");
|
||||
// console.log(parsedMessage);
|
||||
// await this.socket.end();
|
||||
// return;
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user