Closed andreagilardoni closed 8 years ago
I found that in the example listed here: http://pysnmp.sourceforge.net/docs/hlapi/asyncore/sync/manager/cmdgen/nextcmd.html you are using the async library and trying to execute it with sync API.
I see that this issue is repeated almost in every synchronized example in that documentation
Fixed, thanks!
I found that in the example listed here: http://pysnmp.sourceforge.net/docs/hlapi/asyncore/sync/manager/cmdgen/nextcmd.html you are using the async library and trying to execute it with sync API.