mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-04-14 14:59:33 +02:00
logging
This commit is contained in:
parent
912ae9fe85
commit
056fe7af4f
@ -69,7 +69,7 @@ export class StratumV1Service implements OnModuleInit {
|
||||
});
|
||||
|
||||
socket.on('timeout', () => {
|
||||
console.log('socket timeout');
|
||||
console.log(`socket timeout ${socket.remoteAddress}, ${socket.bytesRead}/${socket.bytesWritten}`);
|
||||
socket.end();
|
||||
socket.destroy();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user