ClemaX / ft_irc

Internet Relay Chat Server
0 stars 0 forks source link

Clients are not disconnected when the server stops #32

Closed bjacob-56 closed 3 years ago

bjacob-56 commented 3 years ago

When we stop the server, clients are still connected. An error then occurs if a client tries to send a command: nc: write failed (0/2): Broken pipe

ClemaX commented 3 years ago

This issue seems to happen only when at least two clients are connected.

ClemaX commented 3 years ago

This works fine on macos so I'm closing this for the moment.