Re: [akka-user] Exceptions thrown by logger fn provided to FlowOps.log do not get handled by Resumer

2015-07-19 Thread Konrad Malawski
Thanks for reporting Tim! On Jul 19, 2015 01:46, Tim Harper timchar...@gmail.com wrote: Done. https://github.com/akka/akka/issues/18037 On Friday, July 17, 2015 at 2:32:36 PM UTC-6, √ wrote: Interesting. Please open an Issue. On Fri, Jul 17, 2015 at 8:31 PM, Tim Harper timch...@gmail.com

Re: [akka-user] Exceptions thrown by logger fn provided to FlowOps.log do not get handled by Resumer

2015-07-18 Thread Tim Harper
Done. https://github.com/akka/akka/issues/18037 On Friday, July 17, 2015 at 2:32:36 PM UTC-6, √ wrote: Interesting. Please open an Issue. On Fri, Jul 17, 2015 at 8:31 PM, Tim Harper timch...@gmail.com javascript: wrote: I noticed this today: implicit val ec =

[akka-user] Exceptions thrown by logger fn provided to FlowOps.log do not get handled by Resumer

2015-07-17 Thread Tim Harper
I noticed this today: implicit val ec = ExecutionContext.global case object LeException extends Exception(le fail) implicit val materializer = ActorMaterializer(ActorMaterializerSettings(actorSystem).withSupervisionStrategy(Supervision.resumingDecider :

Re: [akka-user] Exceptions thrown by logger fn provided to FlowOps.log do not get handled by Resumer

2015-07-17 Thread Viktor Klang
Interesting. Please open an Issue. On Fri, Jul 17, 2015 at 8:31 PM, Tim Harper timchar...@gmail.com wrote: I noticed this today: implicit val ec = ExecutionContext.global case object LeException extends Exception(le fail) implicit val materializer =