-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-concurrencyArea: ConcurrencyArea: Concurrency
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.
Metadata
Metadata
Assignees
Labels
A-concurrencyArea: ConcurrencyArea: Concurrency