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
#170 added support for min spacing of events scheduled on actions. It uses the default "defer" policy to handle violations. LF also defines "drop" and "replace" which we should implement. "drop" is very simple, simply drop the event and return. "replace" requires us to search through the event queue to find the last (?) pending event of an action and the replace the payload of this event (also we must remember to free the old payload). This will require some addition to the EventQueue API, but nothing too bad.
The text was updated successfully, but these errors were encountered:
#170 added support for min spacing of events scheduled on actions. It uses the default "defer" policy to handle violations. LF also defines "drop" and "replace" which we should implement. "drop" is very simple, simply drop the event and return. "replace" requires us to search through the event queue to find the last (?) pending event of an action and the replace the payload of this event (also we must remember to free the old payload). This will require some addition to the EventQueue API, but nothing too bad.
The text was updated successfully, but these errors were encountered: