Check if an error is a stream closed error that can be safely ignored during cleanup. This happens during handover/cleanup when close() is called while operations are still running.
The error to check.
True if the error is a stream closed error.
Check if an error is a stream closed error that can be safely ignored during cleanup. This happens during handover/cleanup when close() is called while operations are still running.