Replace CHECK with an error status in BaseRemoteRendezvous::RecvAsync().
It should not be possible for RecvAsync to be called on an uninitialized BaseRemoteRendezvous, but some users have reported this happening, leading to server crashes. Replace it with an error status to enable recovery, and thread that error status back to the caller. PiperOrigin-RevId: 233774643
Loading
Please sign in to comment