How to read an incoming tcp stream until a delimiter is found?
- by jaras
How do you read an incoming tcp stream until a specific delimiter is found in C#?
The only possible solution I have come up with is reading the incoming stream one byte at a time.