/TcpEcho

Basic TCP server that uses System.IO.Pipelines to parse line based messages

Primary LanguageC#

TcpEcho

Basic TCP server that uses System.IO.Pipelines to parse length-prefixed messages.

This is just like David Fowler's TcpEcho, except it uses length prefixing instead of \n delimiters.