joshuaskelly / twitch-observer

Turn Twitch chatter into Python events
MIT License
26 stars 6 forks source link

Fixing Server Message Truncation #33

Closed joshuaskelly closed 7 years ago

joshuaskelly commented 7 years ago

Overview

When processing server messages if the last two characters are \r\n we have received a complete message. If not, we need to save the incomplete message and concatenate it onto the next set of incoming messages.

Fixes #32