rfc: remove `.tick()` methods
Opened this issue · 0 comments
4e554c4c commented
I think the .tick()
messages are an anti-pattern, and have removed a few already (in the dashboard).
Almost all of these are used to wait for a specific amount of time to pass, which would be better served by returning a timeout event and receiving a callback.