Is there a way to detect if a stream has been closed for writes without making another call to Write or Finish, when using the Async Completion Queue API? Currently, with this <https://github.com/grpc/grpc/pull/19868> PR was merged, the only way to detect if the stream is writable, without calling Finish, is by making a Write call, but I was hoping there might be a way to check without adding a operation to the completion queue.
-- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/c8df864d-c893-4b8f-b7fc-346ae32d5846n%40googlegroups.com.
