fix(client): wait for the connection task to shut down cleanly before disconnecting and increase test timeout

This commit is contained in:
2026-03-30 00:03:46 +00:00
parent c97beed6e0
commit dbcfdb1fb6
4 changed files with 19 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-30 - 1.10.2 - fix(client)
wait for the connection task to shut down cleanly before disconnecting and increase test timeout
- store the spawned client connection task handle and await it during disconnect with a 5 second timeout so the disconnect frame can be sent before closing
- increase the test script timeout from 60 seconds to 90 seconds to reduce flaky test runs
## 2026-03-29 - 1.10.1 - fix(test, docs, scripts)
correct test command verbosity, shorten load test timings, and document forwarding modes