-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try async non-blocking timers instead of the timer thread used in flowalerts #1007
Comments
same goes with all the usage of timerthread in ssh.py and dns.py |
Here's a plan of how this async hell is going to be implemented
|
done here #1012 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See if this works
the goal is to avoid starting threads as much as possible to avoid hanging threads/processes in memory
The text was updated successfully, but these errors were encountered: