Skip to content

Commit a55e7ad

Browse files
committed
#1213 make WorkflowHistory stream-based and retain into_events helper
1 parent 4cc0255 commit a55e7ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/client/src/workflow_handle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ where
892892
let workflow_id = self.info.workflow_id.clone();
893893
let run_id = run_id.to_string();
894894

895-
// State: (next_page_token, buffer, yielded_count, exhausted)
895+
// State: (next_page_token, buffer, exhausted)
896896
let initial_state = (Vec::new(), VecDeque::new(), false);
897897

898898
let stream = stream::unfold(

0 commit comments

Comments
 (0)