RPC troubleshooting

something funny is going on
This commit is contained in:
Michael Davidsaver
2018-10-03 23:41:30 -07:00
parent abc1b448d5
commit 542d51a215
+2
View File
@@ -2988,6 +2988,7 @@ ServerChannelRPCRequesterImpl::ServerChannelRPCRequesterImpl(
const pvAccessID ioid, Transport::shared_pointer const & transport):
BaseChannelRequester(context, channel, ioid, transport),
_channelRPC(), _pvResponse()
,_status(Status::fatal("Invalid State"))
{
}
@@ -3090,6 +3091,7 @@ void ServerChannelRPCRequesterImpl::send(ByteBuffer* buffer, TransportSendContro
SerializationHelper::serializeStructureFull(buffer, control, _pvResponse);
}
}
_status = Status::fatal("Stale state");
}
stopRequest();