Merge remote-tracking branch 'origin/topic/awelzel/4420-simeon-breaking-websockets'

* origin/topic/awelzel/4420-simeon-breaking-websockets:
  Websocket: Close onloop during Terminate()
  OnLoop: notify_all() instead of notify_one()

(cherry picked from commit 4afb0ffeeb)
This commit is contained in:
Arne Welzel 2025-05-06 14:20:22 +02:00
parent 182641ccc1
commit 01747191b6
9 changed files with 128 additions and 3 deletions

10
CHANGES
View file

@ -1,3 +1,13 @@
7.2.0-rc1.10 | 2025-05-07 11:10:09 +0200
* Websocket: Close onloop during Terminate() (Arne Welzel, Corelight)
(cherry picked from commit 4afb0ffeebd000211feb1e30891a3439235977bf)
* OnLoop: notify_all() instead of notify_one() (Arne Welzel, Corelight)
(cherry picked from commit 4afb0ffeebd000211feb1e30891a3439235977bf)
7.2.0-rc1.9 | 2025-05-06 11:42:23 -0700
* Add comments to the static methods for the Redis implementation (Tim Wojtulewicz, Corelight)