Skip to content
Snippets Groups Projects

F dot in username

Merged Timm Fitschen requested to merge f-dot-in-username into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -100,8 +100,8 @@ bool UnaryRpcHandler::OnNext(bool ok) {
void UnaryRpcHandler::Cancel() {
state_ = CallState::CallComplete;
call_context.TryCancel();
transaction_status = TransactionStatus::CANCELLED();
call_context.TryCancel();
}
void UnaryRpcHandler::handleCallCompleteState() {
Loading