You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested with NodeJs 8.x and 10.x in AWS Lambda and local Ubuntu.
It appears the end() method does not close connections at all - it still is possible to get/set without any problem which leads to unexpected behaviour such as lambda functions timing out while everything has been processed successfully and the final callback has been called.
The text was updated successfully, but these errors were encountered:
Tested with NodeJs 8.x and 10.x in AWS Lambda and local Ubuntu.
It appears the end() method does not close connections at all - it still is possible to get/set without any problem which leads to unexpected behaviour such as lambda functions timing out while everything has been processed successfully and the final callback has been called.
The text was updated successfully, but these errors were encountered: