-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
node-postgres/lib/connection.js
Lines 315 to 322 in 060a35f
| Connection.prototype.end = function () { | |
| // 0x58 = 'X' | |
| this.writer.add(emptyBuffer) | |
| this._ending = true | |
| return this.stream.write(END_BUFFER, () => { | |
| this.stream.end() | |
| }) | |
| } |
pg module tries send end message and don't consider if socket is open, app will hang.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels