ruifig / czspas

Minimalistic socket library inspired by Asio/Boost Asio, implemented in 1 single header file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split the EchoClient into EchoSynchronousClient and EchoAsynchronousClient

ruifig opened this issue · comments

Now that sync send/receives are implemented, split the EchoClient so we have a sync version, which should be easier to understand than the async version.