mattn / go-mastodon

mastodon client for golang
MIT License
599 stars 85 forks source link

Use bufio.Reader instead of bufio.Scanner when streaming #145

Closed alexbakker closed 2 years ago

alexbakker commented 2 years ago

I occasionally run into "bufio.Scanner: token too long" while streaming. This change should prevent that from happening.

mattn commented 2 years ago

Thank you