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
Akka.js continues to be very useful! However, when taking my project to Scala 3 (and making use of CrossVersion.for3Use2_13) a problem with the use of Stash arises. It seems not possible to define mailbox configurations in application.conf for that file is not being read, and making use of then ConfigFactory does not work for it relies on Scala 2 macro's (not supported in Scala 3). Making an alternative Stash class is also difficult for the underlying queues in the mailboxes are not accessible (needed to get the order right).
Is there a way to somehow manually load the required mailbox class? Or do you know some other workaround?