statianzo / Fleck

C# Websocket Implementation
MIT License
2.28k stars 583 forks source link

No error on running multiple servers on same port. #279

Open captain-bugs opened 4 years ago

captain-bugs commented 4 years ago

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?

dayhi commented 4 years ago

Encountered the same error

captain-bugs commented 4 years ago

Encountered the same error

https://github.com/statianzo/Fleck/pull/280

dayhi commented 4 years ago

遇到同样的错误

#280

Solve, thank you