On Fri, Dec 16, 2016 at 10:05 AM, Konrad Malawski < [email protected]> 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 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.
