v0.1.3
Pre-release
Pre-release
Changelog
Falco.Plugin.Sdk
- fixed default event source timeout (
BaseEventSourceInstance.TimeoutMs
) not being set (now set to 30ms) (9c0d6ff)- this was causing partial batches not being flushed correctly
- fixed missing defaults for
batchSize
andeventSize
inBaseEventSourceInstance.ctor()
and derived classes (6bca437)- unexpected segfaults will happen if
eventSize
value is too small
- unexpected segfaults will happen if
Falco.Plugin.Sdk.Generators
- fixed a crash on
plugin_init
when onlyIEventSource
is implemented ( 86e2764)