Skip to content

Close error on httpServer close when attaching multiple Server instance to same httpServer #4002

Discussion options

You must be logged in to vote

Hi!

Is it sufficient to call
ioServer?.disconnectSockets(true);
ioServer?.engine.close();
to close socket.io & close httpServer explicitly?

Yes. I would add a local flag (ioServer?.local.disconnectSockets(true)), if you are in a multi-server setup.

That being said, I'm wondering whether we should actually close the underlying HTTP server if it was provided by the user. WDYT?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@UnrealDoggie
Comment options

@nwalters512
Comment options

@darrachequesne
Comment options

@nwalters512
Comment options

@darrachequesne
Comment options

Answer selected by darrachequesne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants