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
the messages are saved until 10 seconds go by and executed all at once.
Some message handlers don't need to receive all messages, just the very last one. So we can support a once: True parameter - and now that I think about it maybe it makes more sense to support first: True and last: True instead.
The text was updated successfully, but these errors were encountered:
When delaying a message like:
[Delayed(typeof(Tick), delayMs: 10000)]
the messages are saved until 10 seconds go by and executed all at once.
Some message handlers don't need to receive all messages, just the very last one. So we can support a
once: True
parameter - and now that I think about it maybe it makes more sense to supportfirst: True
andlast: True
instead.The text was updated successfully, but these errors were encountered: