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
WIth version 1.10.0 server cannot be restarted. That wasn't the case with previous versions.
Reproduction steps
pseudocode
const server = // init server
server.bindAsync(callback);
server.tryShutdown(callback);
server.bindAsync(callback); // fails with Error('bindAsync called after shutdown')
The text was updated successfully, but these errors were encountered:
OK, I think you would find the new unbind API useful. You can unbind the specific port that you want to make unavailable, and then bind it again later.
Problem description
WIth version 1.10.0 server cannot be restarted. That wasn't the case with previous versions.
Reproduction steps
pseudocode
The text was updated successfully, but these errors were encountered: