Open bharatjosh opened 6 years ago
This is curious... I can imagine this happening if you reinitialize the main loop every now and then.
Could you please show me your script? If you could come up with a minimal reproducer, that would be absolutely awesome! ;)
Any updates on this?
Hi, I experience a similar issue in my environment when walking through multiple switches at once with asyncio. Did you get to solve this issue?
@dolevha This isn't the repo for PySNMP package. Please read #429 to learn more.
Besides, you need to be using a supported version, https://github.com/lextudio/pysnmp/blob/main/SECURITY.md. As new maintainers, we have fixed many bugs in the past few releases, so this might have been resolved already.
Hi,
We are using pysnmp for our project with asyncio to collect SNMP data from multiple devices in single process. When the number of devices we need to collect data from, are more than 20, we see following traceback:
We are using pysnmp==4.4.4 and doing this in a virtual-environment.
Please let us know if you can help us with something to fix this issue.
Regards, Bharat