Hotfix sync EventStream
This commit is contained in:
parent
0d964c60c6
commit
be24cc15be
1 changed files with 1 additions and 0 deletions
|
@ -718,6 +718,7 @@ mod tokio_stream {
|
||||||
match res {
|
match res {
|
||||||
Ok(res) => {
|
Ok(res) => {
|
||||||
self.sync = res?;
|
self.sync = res?;
|
||||||
|
self.event_range = 0..0;
|
||||||
continue 'outer;
|
continue 'outer;
|
||||||
}
|
}
|
||||||
Err(_would_block) => continue,
|
Err(_would_block) => continue,
|
||||||
|
|
Loading…
Reference in a new issue