SAP / node-hdb

SAP HANA Database Client for Node
Apache License 2.0
317 stars 98 forks source link

Raise error if _queue undefined in enqueue #222

Closed IanMcCurdy closed 11 months ago

IanMcCurdy commented 11 months ago

In Connection.enqueue, check if the internal task queue is undefined (i.e. the underlying socket has emitted an 'end' event and the queue has been cleaned up).

Bug: 315347