corelight / zeekjs

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

ioloop: Only close LoopSource when it is the last IO source #23

Closed awelzel closed 2 years ago

awelzel commented 2 years ago

Zeek may trigger more activity on the JavaScript side even when the uv_loop is not alive for periods. Only close the LoopSource if it is the last IO source.