Closed
Description
After switching my code to use pipes I'm getting task failures with the above message. I finally tracked it down to cleanup code in a task which was sending close messages to other tasks right before exiting from the task. Sleeping for a bit after sending the close message seems to fix the failure.
I should point out that the message is an "impossible" case from pipes::sender_terminate.