realJoshByrnes / IRC2017

Public bug tracker for IRC2017 (irc.irc7.com)
0 stars 0 forks source link

Server listening socket not released on shutdown #3

Open realJoshByrnes opened 7 years ago

realJoshByrnes commented 7 years ago

When the IRC2017 service is stopped, it does not correctly close/ release the listening socket.

jyonxo commented 7 years ago

Need to do some research into how .NET Core can capture SIGTERM first. What is the priority on this one?

realJoshByrnes commented 7 years ago

High, not urgent. (2/5) I'll try and add some triage tags later.

Currently, restarting the service will not work as expected. If it crashes, the server would not be waiting for new connections when it restarts.

jyonxo commented 6 years ago

@ozjd Put in some code which is supposed to solve this on linux. However I cannot test this on windows yet. This might be a hard one to test considering its a blind fix.