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

Fix for infinite connection attempts and some minor cleanup #27

Closed ckreibich closed 1 year ago

ckreibich commented 1 year ago

Connecting to a non-existant controller could hit an infinite-retries loop because of a straightforward bug in the retry logic. A unit test now verifies that this works. Also contains minor cleanups.