[akka-user] [Akka Typed] Spawned effect in Akka Typed testing

2018-03-09 Thread Nishant Vishwakarma
Hi All, We are trying to test *Spawned* *Effect* in a Akka Typed actor using *BehaviorTestKit* Consider a Behavior representing a child actor as below object ChildBehaviorFactory { def make[T](someFactory: SomeFactory): Behavior[ChildMessage] = Behaviors.mutable[ChildMessage](ctx ⇒ new C

[akka-user] Re: Akka Http 10.1.0 Released

2018-03-09 Thread Gavin Baumanis
Congratulations to all! Thanks very much for your ongoing efforts! I have updated our application to the new version and all my tests pass and the application is running as expected. Gavin. On Friday, 9 March 2018 06:04:19 UTC+11, Johannes Rudolph wrote: > > Dear hakkers, > > > we are happy t

Re: [akka-user] Re: Akka Http 10.1.0 Released

2018-03-09 Thread Konrad Malawski
Excellent, thanks for reporting back :) -- Konrad Malawski On March 10, 2018 at 15:52:46, Gavin Baumanis (gavinbauma...@gmail.com) wrote: > Congratulations to all! > Thanks very much for your ongoing efforts! > > I have updated our application to the new version and all my tests pass > and the