mirror of
https://github.com/wassname/ray.git
synced 2026-07-21 12:50:45 +08:00
fix bug in wait (#35)
This commit is contained in:
committed by
Robert Nishihara
parent
336a904404
commit
b1083e92e9
@@ -838,6 +838,7 @@ void process_message(event_loop *loop,
|
||||
LOG_DEBUG("Processing wait");
|
||||
process_wait_request(conn, req->num_object_ids, req->object_ids,
|
||||
req->timeout, req->num_returns);
|
||||
break;
|
||||
case PLASMA_SEAL:
|
||||
LOG_DEBUG("Publishing to object table from DB client %d.",
|
||||
get_client_id(conn->manager_state->db));
|
||||
|
||||
Reference in New Issue
Block a user