ugh, my initial simplified flow does not reproduce the same behavior, so
I'll need to dig in more on that. To clarify, the println statements were
more of a debug aid; I'm using a Sink.seq and I don't see those values in
the resulting Seq.

On Fri, Dec 16, 2016 at 8:12 AM Justin du coeur <jduco...@gmail.com> wrote:

> On Fri, Dec 16, 2016 at 10:05 AM, Konrad Malawski <
> konrad.malaw...@lightbend.com> wrote:
>
> My crystal ball tells me you may be observing timing artifacts which
> originate from the fact that you println one thing, but log the other.
> So there will be a timing difference when one or the other actually hits
> System.out.
>
>
> Ah, good point.  In my experience, this is frequently a source of
> confusion -- I've wound up trying to be very rigorous about using a single
> logging mechanism, after too many false leads caused by this problem...
>
> --
> >>>>>>>>>> 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 a topic in the
> Google Groups "Akka User List" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/akka-user/fBkWg4gSwEI/unsubscribe.
> To unsubscribe from this group and all its topics, 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 https://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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to