orca icon indicating copy to clipboard operation
orca copied to clipboard

Fix comment streaming

Open singron opened this issue 5 years ago • 0 comments

Don't panic if reddit returns an error. Instead log the error, wait, and retry.

Iterate over comments in chronological order.

Also, the peekable iterator wasn't used correctly and consumed the item it was peeking on. Fortunately, we can just get the first child instead.

singron avatar Aug 15 '19 04:08 singron