You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove calls to select() in SCA and Syscollector decoders.
- This prevents an overflow when using fds greater than 1024.
- select() call is useless here as the flow continues whether there is timeout or not.