zeek / zeek-client

Experimental implementation of Zeek's future cluster management client
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Make the client safe for parallel use #23

Open ckreibich opened 2 years ago

ckreibich commented 2 years ago

When multiple instances of the client talk to the controller simultaneously, arrival of out-of-context response events can currently trip up the clients, causing them to exit. Instead, the client should ignore such responses and keep looking out for responses to his own requests.