Browse Source
The test expected all 5 immediate timeouts to fire in a single poll, but the uasync library processes only one timeout per poll call. Added a loop to call uasync_poll() 5 times to process all timeouts. Note: The root cause is a 'break' statement in process_timeouts() at lib/u_async.c:255 that exits the loop after processing one timeout.nodeinfo-routing-update
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue