improve client conn disconection

- check for race cond. on closing and establishing
  client connections
- improve connection trace
This commit is contained in:
Stefan Allius
2023-11-09 20:03:09 +01:00
parent 714dd92f35
commit b6431f8448
3 changed files with 27 additions and 14 deletions

View File

@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add int64 data type to info parser
- allow multiple calls to Message.close()
- check for race cond. on closing and establishing client connections
## [0.5.1] - 2023-11-05