|
|
@ -407,7 +407,7 @@ namespace Grpc.Core.Internal |
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// Handler for unary response completion. |
|
|
|
/// Handler for unary response completion. |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
private void HandleUnaryResponse(bool sucess, ClientSideStatus receivedStatus, byte[] receivedMessage, Metadata responseHeaders) |
|
|
|
private void HandleUnaryResponse(bool success, ClientSideStatus receivedStatus, byte[] receivedMessage, Metadata responseHeaders) |
|
|
|
{ |
|
|
|
{ |
|
|
|
// NOTE: because this event is a result of batch containing GRPC_OP_RECV_STATUS_ON_CLIENT, |
|
|
|
// NOTE: because this event is a result of batch containing GRPC_OP_RECV_STATUS_ON_CLIENT, |
|
|
|
// success will be always set to true. |
|
|
|
// success will be always set to true. |
|
|
|