mcheatham / chat-app

Basic client-server chat application
MIT License
1 stars 8 forks source link

Recognize when a client has disconnected. #6

Open mcheatham opened 3 years ago

mcheatham commented 3 years ago

Right now the server continues sending data to clients indefinitely, even if they are no longer listening.