These Node APIs are nuts

This commit is contained in:
Mikko Ahlroth 2024-07-18 01:27:10 +03:00
parent 359eee9df5
commit 36e28ef081

View file

@ -202,7 +202,7 @@ class Connection {
}
this.writing = true;
this.writeSocket.send(head, undefined, undefined, (error) => {
this.writeSocket.send(head, (error) => {
this.writing = false;
if (error) {