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
Up to Tedious 2.6.4 everything works fine, but starting with Tedious 2.7.0 the memory keeps getting filled with data from the SQL server even after Request.pause() has been called.
Up to Tedious 2.6.4 everything works fine, but starting with Tedious 2.7.0 the memory keeps getting filled with data from the SQL server even after
Request.pause()
has been called.This problem has been reported by @gsamal in a comment to #518, and in tediousjs/node-mssql#832.
I have written a test program that confirms the problem: testPauseResume.zip
The text was updated successfully, but these errors were encountered: