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
due to hitting the max number of connections to my remote server. I think this is the same issue as mscdex/ssh2#219 . I added some .close() calls before the Promise resolutions and it solved my problem.
I'll submit a pull request with what worked for me, although I don't have any test scripts to run it against.
The text was updated successfully, but these errors were encountered:
When chaining many .then() blocks, I get
due to hitting the max number of connections to my remote server. I think this is the same issue as mscdex/ssh2#219 . I added some
.close()
calls before the Promise resolutions and it solved my problem.I'll submit a pull request with what worked for me, although I don't have any test scripts to run it against.
The text was updated successfully, but these errors were encountered: