Ilya Etingof
Ilya Etingof
I think these types have been overlooked at the implementation time. Your PR would be appreciated! ;-)
Would be great! If you share your ideas/problems in form of a PR, I will try to help out with the details if needed.
First of, I am sorry for not handling this issue for so long... Life happens, you know. ;-) Looking at the situation "a", I think this query should return just...
This is curious. The [linked example](http://snmplabs.com/pysnmp/examples/hlapi/asyncio/contents.html) works for me as-is. Which Python do you use? I use 3.7. Can you check it out with tcpdump - does your script send...
Please make sure you are using correct SNMP community name. The script you've pasted seems to have wrong quotes: CommunityData('public, mpModel=1'), If I fix the quotes, the script works for...
> It's bizarre. If I used the normal example, it works. If I use the AsyncIO example it times out. I am running this example on Mac. Do you guys...
> The commands gets queued, but are never sent on the wire (tested with wireshark) ? Actually, my (working) example logs that `connection_made` call is invoked while in @barrycarey's debug...
May be we should use [different event loop](https://docs.python.org/3/library/asyncio-eventloops.html#asyncio.ProactorEventLoop) when running asyncio app on Windows? That should not be the case at least for sockets. But who knows.
Is it also on Windows? Also the example code?
Thank you for debugging this problem! I fear that setting remote address to a socket makes it dedicated to this target. So if you got 1000 targets to poll, we...