You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the stack is busy (could be because of automatic uplink and fpending bit being set etc),
send() will return WOULD_BLOCK. We now enqueue a TX again after 3 seconds if WOULD_BLOCK happens.
UPLINK_REQUIRED event in case of disabled automated uplinks, was not being handled. We handle it
now and enqueue a transmission.
0 commit comments