Thanks, Endre! I'm referring to the outside case, and thanks for the issue link...I'll watch it.
If I want to shut down a server node that's running (for example) a FlowGraph, it'd be great to be able to send somethng a message that causes the Source to stop pulling new input and then a callback is triggered when the pipe is drained. As far as buffered IO I'm not sure there's a lot you can do about that...you're going to lose whatever's in the buffer. This would be a great thing for queue based flows though. In either event it'd be preferable to just killing the process and losing not only buffers, but also whatever's still in the pipe too. Greg -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
