ARP lookup: Timeout #2944
-
I have an issue where calling So any delay between the last call of In my specific instance the timeout is actually placed in the past which causes the ARP to immediately timeout.
I can, of course, fix the issue by calling I can turn this into an issue if needed. I just figured I would mention it here first. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This has been reworked and tested last week |
Beta Was this translation helpful? Give feedback.
This has been reworked and tested last week
It works OK if you call Mongoose functions as expected.
Please see our documentation, and follow the guidelines in our tutorials.
You are expected to call mg_mgr_poll() as frequently as possible, all our embedded calls are in a tight infinite loop, as you can see in all our examples and tutorials.