twitter-v2 icon indicating copy to clipboard operation
twitter-v2 copied to clipboard

Fixed Error Stream Json Parse

Open byung82 opened this issue 3 years ago • 1 comments

fixed error stream json parse

byung82 avatar Mar 09 '21 11:03 byung82

Thanks for the contribution @byung82 =)

Before moving forward with this change, can you help elaborate on what exactly is causing the malformed JSON? The stream should be sending valid JSON on every line (except health pings which are empty strings). If the JSON is malformed it's likely to be an error which shouldn't be suppressed silently. If you're experiencing this issue, what malformed JSON is being received on your end?

HunterLarco avatar Mar 09 '21 13:03 HunterLarco