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
As title says, deferred queue send is almost useless, because if you want to send something from interrupt, its' lifetime probably ends with interrupt handler. Deferred send at the moment of handling deferred actions probably points to memory already used by different data. This little fact may cause very weird bugs.
The text was updated successfully, but these errors were encountered:
As title says, deferred queue send is almost useless, because if you want to send something from interrupt, its' lifetime probably ends with interrupt handler. Deferred send at the moment of handling deferred actions probably points to memory already used by different data. This little fact may cause very weird bugs.
The text was updated successfully, but these errors were encountered: