corelight / zeekjs

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

plugin/nodejs: After calling into JS from an event or hook handler, r… #19

Closed awelzel closed 2 years ago

awelzel commented 2 years ago

…un the IO loop once

Running Process() is postponed until the next HookDrainEvents().

Seth H observed hanging mkdir() calls within zeek_init(). Add his test as integration tests.

This may or may not be quite right..