mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 13:43:34 +08:00
Add entries to in-memory store on Put() (#7085)
This commit is contained in:
@@ -185,7 +185,7 @@ cdef class ObjectID(BaseID):
|
||||
|
||||
@classmethod
|
||||
def from_random(cls):
|
||||
return cls(CObjectID.FromRandom().Binary())
|
||||
return cls(CObjectID.FromRandom().WithDirectTransportType().Binary())
|
||||
|
||||
def __await__(self):
|
||||
# Delayed import because this can only be imported in py3.
|
||||
|
||||
Reference in New Issue
Block a user