neo4j / neo4j-javascript-driver

Neo4j Bolt driver for JavaScript
https://neo4j.com/docs/javascript-manual/current/
Apache License 2.0
839 stars 148 forks source link

Fix connection receive timeout for single requests #1166

Closed bigmontz closed 6 months ago

bigmontz commented 6 months ago

Resets and non-pipeline requests were not triggering the connection receive timeout. The problem happened because of the timeout mechanics only started when pending observers are set. However, the current observer should be also be considered for this use case.