> On 3 Nov 2017, at 8:30 am, Patrik Nordwall <[email protected]> wrote: > > Could it be that the materializer is shutting down? > “Abrupt termination” > /Patrik I don’t *think* so, as I should see that exception manifest itself in the test: https://github.com/huntc/landlord/blob/8671d90dba7247db517ef21b64b84d659084a02f/landlordd/daemon/src/test/scala/com/github/huntc/landlord/JvmExecutorSpec.scala#L29 <https://github.com/huntc/landlord/blob/8671d90dba7247db517ef21b64b84d659084a02f/landlordd/daemon/src/test/scala/com/github/huntc/landlord/JvmExecutorSpec.scala#L29>
Interestingly, if I change the Source.single to a Source.apply with a one element list of the byte string then I don’t see the problem… so it appears to be a race condition of some kind… and probably to do with the test. I’m suspicious of this test though and so shall look further. Thanks for the suggestion. -- >>>>>>>>>> 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.
