Hi, I am trying to test a mutable behavior which spawns a child actor. I am trying to use *EffectfulActorContext* for testing various effects and to avail the child inboxes for testing interaction with the spawned child actor.
However I am getting a StackOverflow where the child actor is spawned. An exception or error caused a run to abort. java.lang.StackOverflowError at akka.typed.internal.ActorContextImpl.spawnAnonymous(ActorContextImpl. scala:51) at akka.typed.internal.ActorContextImpl.spawnAnonymous$(ActorContextImpl. scala:50) at akka.typed.testkit.EffectfulActorContext.spawnAnonymous(Effects.scala:81 ) I do not get such exception if I use *StubbedActorContext*. However in doing so I loose the testing features of effects. I have created a gist of some sample code resembling my original code here <https://gist.github.com/NISHANTV12/c33cd9e5476186796f044030571530e4>. It will be great if someone could help me with it. Thanks and Regards, Nishant -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
