buzzy-hopewell
Results
2
comments of
buzzy-hopewell
The pyshark InMemCapture class is going to be very useful in my project, but unfortunately I have the same error message as @ja-kh when closing the capture object. Python 3.94,...
@ja-kh After inspecting pyshark's capture._setup_eventloop function, I was able to prevent the error messages we are seeing by modifying the code in your example to create a new asyncio.ProactorEventLoop, setting...