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> wrote:
>>
>>> 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
>>> : Supervision.Decider))
>>>         val result = scala.concurrent.Await.result({
>>>           Source(Range(1,20)).log("hi", { n => throw LeException
>>> }).runWith(Sink.fold(0)(_ + _))
>>>         }, 1 second)
>>>         result should be (0)
>>>
>>> I'd expect the stream to resume, but instead, the stream is falling. I
>>> can see why this behavior would make sense, since the log is not really
>>> manipulating the stream. I'm wondering if that should be highlighted in the
>>> docs, just to warn people. I can send a doc pull request if so.
>>>
>>> Thanks,
>>>
>>> Tim
>>>
>>> --
>>> >>>>>>>>>> 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 akka-user+...@googlegroups.com.
>>> To post to this group, send email to akka...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Cheers,
>> √
>>
>  --
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to