We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571b90d commit 3c1f170Copy full SHA for 3c1f170
core/load.py
@@ -887,7 +887,7 @@ def load_honeypot_engine():
887
if run_as_test:
888
network_traffic_capture_process.terminate()
889
# without ci it will be terminate after a few seconds, it needs to kill the tshark and update pcap file collection
890
- # network_traffic_capture_process.join()
+ network_traffic_capture_process.join()
891
# if in case any events that were not inserted from thread
892
push_events_queues_to_database(honeypot_events_queue, network_events_queue)
893
# Kill bulk events thread
0 commit comments