remove events

This commit is contained in:
vbarda
2024-10-31 10:13:24 -04:00
parent 4cc6d789ed
commit ca69566d67
@@ -541,6 +541,10 @@ class RemoteGraph(PregelProtocol):
# add 'updates' mode if not present
if "updates" not in updated_stream_modes:
updated_stream_modes.append("updates")
# remove 'events', as it's not supported in Pregel
if "events" in updated_stream_modes:
updated_stream_modes.remove("events")
return (updated_stream_modes, requested_stream_modes, req_single, stream)
def stream(