Closed joshuaskelly closed 7 years ago
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.
\r\n
Fixes #32
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