zeek/testing/btest/cluster
Arne Welzel bb06af601f Websocket: Close onloop during Terminate()
Terminate() is called when Zeek shuts down. If WebSocket client threads
were blocked in QueueForProcessing() due to reaching queue limits, these
previously would not exit QueueForProcessing() and instead block
indefinitely, resulting in the ixwebsocket library blocking and its
garbage collection thread running at 100%. Not great.

Closing the onloop instance will unblock the WebSocket client threads
for a timely shutdown.

Closes #4420
2025-05-06 14:19:08 +02:00
..
broker Avoid race in the cluster/broker/publish-any btest 2025-04-24 13:09:10 -07:00
generic broker/Data/data_to_val: Fail on vectors/lists with holes 2025-04-28 18:23:37 +02:00
websocket Websocket: Close onloop during Terminate() 2025-05-06 14:19:08 +02:00
zeromq cluster/zeromq: Fix node_topic() and nodeid_topic() 2025-03-24 18:36:26 +01:00
backend-enum.zeek btest: Add cluster dir, minimal test for enum value 2024-11-22 10:43:55 +01:00
serializer-enum.zeek cluster/serializer: Add binary-serialization-format 2024-12-04 12:40:35 +01:00