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
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
This would be an attempt at solving some of the issues described here: #1954.
Before tackling this, consider remodelling the way we handle internal actor tasks. At the moment, actors send messages to themselves at an interval. This could have a negative interaction with the introduction of bounded inboxes. @klochowicz suggested substituting this mechanism with spawned tasks with an internal loop.
The text was updated successfully, but these errors were encountered:
This would be an attempt at solving some of the issues described here: #1954.
Before tackling this, consider remodelling the way we handle internal actor tasks. At the moment, actors send messages to themselves at an interval. This could have a negative interaction with the introduction of bounded inboxes. @klochowicz suggested substituting this mechanism with spawned tasks with an internal loop.
The text was updated successfully, but these errors were encountered: