twitter-v2
twitter-v2 copied to clipboard
Fixed Error Stream Json Parse
fixed error stream json parse
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?