Asynchronous example without threads

Hi,

I was wondering if there is any way or code example of how to do a non-blocking get request without using the poll_thread.

Thanks in advance for your help!

Hi,

if you don’t want to have the thread, you can simply call the snmp.get_eventListHolder()->SNMPProcessEvents(your_timeout) function somewhere in your main processing loop.

Kind regards,
Jochen