Skip to content
Snippets Groups Projects
Verified Commit 1816f06d authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REVERT changes in src/caosdb/unary_rpc_handler.cpp

parent 71fc5b24
No related branches found
No related tags found
2 merge requests!42Release 0.2.0,!40F dot in username
Pipeline #25020 failed
Pipeline: caosdb-cppinttest

#25023

    ......@@ -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() {
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment