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
If i understand well, on each requests, restify will open a socket to manage the request.
If, on the request, we have promises who is not finish to run and request is done (next() method is called). Do restify close the socket and automatically close all promises running inside the socket ?
On my case, i develop a bot who use restify to handle requests and sometimes i would like to close all promises who is running by closing the request.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
If i understand well, on each requests, restify will open a socket to manage the request.
If, on the request, we have promises who is not finish to run and request is done (next() method is called). Do restify close the socket and automatically close all promises running inside the socket ?
On my case, i develop a bot who use restify to handle requests and sometimes i would like to close all promises who is running by closing the request.
Thanks
The text was updated successfully, but these errors were encountered: