(ws connect) display statistics about how much time it takes to stop the connection / cf #168

This commit is contained in:
Benjamin Sergeant
2020-03-24 20:29:09 -07:00
parent 179e17895d
commit 37cb2cc266
7 changed files with 91 additions and 48 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All changes to this project will be documented in this file.
## [9.0.3] - 2020-03-24
(ws connect) display statistics about how much time it takes to stop the connection
## [9.0.2] - 2020-03-24
(socket) works with unique_ptr<Socket> instead of shared_ptr<Socket> in many places