corelight / zeekjs

ZeekJS - Experimental JavaScript support for Zeek.
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

ioloop: Close the LoopSource when the uv_loop is dead and let Zeek co… #22

Closed awelzel closed 2 years ago

awelzel commented 2 years ago

…unt it

This allows to run without exit_only_after_terminate=T, but still prolong Zeek's lifetime until nothing is pending on the JavaScript side anymore.