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
right now hyper-express uses default uWs.listen and by default it uses ListenOptions.LIBUS_LISTEN_DEFAULT but we can use ListenOptions.LIBUS_LISTEN_EXCLUSIVE_PORT to make port exclusive. uNetworking/uWebSockets.js#1154
for us it's so important in debug mode, because sometimes two instance of node runs and we can't find/debug requests
The text was updated successfully, but these errors were encountered:
right now hyper-express uses default uWs.listen and by default it uses
ListenOptions.LIBUS_LISTEN_DEFAULT
but we can useListenOptions.LIBUS_LISTEN_EXCLUSIVE_PORT
to make port exclusive.uNetworking/uWebSockets.js#1154
for us it's so important in debug mode, because sometimes two instance of node runs and we can't find/debug requests
The text was updated successfully, but these errors were encountered: