Skip to content

Commit 81006a0

Browse files
committed
Don't stream in ready streaming since a pull was already sent
1 parent ae24661 commit 81006a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bolt-connection/src/bolt/stream-observers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ const _states = {
599599
name: () => {
600600
return 'READY_STREAMING'
601601
},
602-
pull: streamObserver => streamObserver._more()
602+
pull: () => {}
603603
},
604604
READY: {
605605
// reactive start state

0 commit comments

Comments
 (0)