Open VShawn opened 4 years ago
in SimpleTcpClient
_queuedMsg would not get Clear() if none of the msg go with a delimiter
here in this while loop:
https://github.com/BrandonPotter/SimpleTCP/blob/61f1932201a7c5633ad2f003c97c83c31541fc85/SimpleTCP/SimpleTcpClient.cs#L103-L119
if i dont offer a delimiter in my reply, then _queuedMsg will always run AddRange and never get a Clear().
in SimpleTcpClient
_queuedMsg would not get Clear() if none of the msg go with a delimiter
here in this while loop:
https://github.com/BrandonPotter/SimpleTCP/blob/61f1932201a7c5633ad2f003c97c83c31541fc85/SimpleTCP/SimpleTcpClient.cs#L103-L119
if i dont offer a delimiter in my reply, then _queuedMsg will always run AddRange and never get a Clear().