Commit Graph

2 Commits

Author SHA1 Message Date
rna88 bbc9bb3149 Fix issue with clients not properly disconnecting
When the client program exits it does not end its connection,
which causes the server to leave the connection active
until it times out.

* Provide the disconnect event in the client destructor.
* For easier testing, example 3 client no longer loops infinitely.
2018-03-16 03:40:45 -07:00
rna88 18b7ce6bc9 Initial commit. 2018-03-10 20:07:10 -08:00