Memcached2 icon indicating copy to clipboard operation
Memcached2 copied to clipboard

Consider rewriting all socket interactions to use SocketTaskExtensions

Open EugeneKrapivin opened this issue 3 years ago • 0 comments

Current implementation is a bit rough when reading it, and trying to follow since it have a lot of event raising/handlining nuances. Microsoft has released a package to support various TAP behaviors surrounding sockets.

I think that using this might simplify the logic around sending and receiving responses and streamline it.

EugeneKrapivin avatar Apr 02 '21 09:04 EugeneKrapivin