krasserm / streamz

A combinator library for integrating Functional Streams for Scala (FS2), Akka Streams and Apache Camel
Apache License 2.0
282 stars 44 forks source link

Continue stream after having actually handled an in-only exchange #21

Closed krasserm closed 8 years ago

krasserm commented 8 years ago

So far, the stream has already been continued after having enqueued a message to the producer mailbox which leads to problems reported here.