Closed IanMcCurdy closed 9 months ago
Previously with Node.js v16+, the callback for client.exec could be ignored (not called) if exec was called after client.close(). Fixed so the callback is called with the appropriate error.
Previously with Node.js v16+, the callback for client.exec could be ignored (not called) if exec was called after client.close(). Fixed so the callback is called with the appropriate error.