Fleck
Fleck copied to clipboard
No error on running multiple servers on same port.
I want to run multiple process of the websocket server but on different ports when. But before that I started the 2 process of the server and they started on the same port. How is it possible that two process listen on same TCP port. Shouldn't it throw address already in use error?
Encountered the same error
Encountered the same error
https://github.com/statianzo/Fleck/pull/280