mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +08:00
Fix travis error in direct_actor_transport.cc (#5710)
This commit is contained in:
committed by
Robert Nishihara
parent
4bf7de084d
commit
f4deecb5ab
@@ -290,7 +290,7 @@ void CoreWorkerDirectActorTaskReceiver::HandlePushTask(
|
||||
|
||||
send_reply_callback(status, nullptr, nullptr);
|
||||
},
|
||||
[this, send_reply_callback]() {
|
||||
[send_reply_callback]() {
|
||||
send_reply_callback(Status::Invalid("client cancelled rpc"), nullptr, nullptr);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user