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
Lately Heph has had some breaking changes and Stored has fallen behind. The main change is Thomasdezeeuw/heph@9aa02a0, which changes all actors from a bounded to unbounded inbox. All calls to try_send need to be reevaluated, and possibly changed to send (a Future).
The text was updated successfully, but these errors were encountered:
Lately Heph has had some breaking changes and Stored has fallen behind. The main change is Thomasdezeeuw/heph@9aa02a0, which changes all actors from a bounded to unbounded inbox. All calls to
try_send
need to be reevaluated, and possibly changed tosend
(aFuture
).The text was updated successfully, but these errors were encountered: