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
The whole library relies on a global state, and also it is not thread safe. This implies, for instance, that I cannot process two PCAP captures in parallel (not even in the same thread). Are there plans to fix this?
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
The whole library relies on a global state, and also it is not thread safe. This implies, for instance, that I cannot process two PCAP captures in parallel (not even in the same thread). Are there plans to fix this?
Thanks,
The text was updated successfully, but these errors were encountered: