Closed mayuki closed 2 months ago
In this PR, we will change it so that RpcException(Status=Unavailable) is thrown instead of ObjectDisposedException when the client is disconnected. ObjectDisposedException will only be thrown when explicitly disposed.
RpcException(Status=Unavailable)
ObjectDisposedException
In this PR, we will change it so that
RpcException(Status=Unavailable)
is thrown instead ofObjectDisposedException
when the client is disconnected.ObjectDisposedException
will only be thrown when explicitly disposed.