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
looking at your code before switching to your plugin I stumbled upon this function:
for my understanding it will recursively call itself after the delay without any end. Actually why call recursively at all and not use a loop or a Stream.periodic?
The text was updated successfully, but these errors were encountered:
looking at your code before switching to your plugin I stumbled upon this function:
for my understanding it will recursively call itself after the delay without any end. Actually why call recursively at all and not use a loop or a Stream.periodic?
The text was updated successfully, but these errors were encountered: