socket-awaitable icon indicating copy to clipboard operation
socket-awaitable copied to clipboard

An easy-to-use library that provides socket utilities for taking advantage of async/await operators.

Results 2 socket-awaitable issues
Sort by recently updated
recently updated
newest added

Hi, I tried to apply SocketAwaitable as a Socket Client by send & receive data to Server with 5 seconds receive timeout , below is code i using ``` using...

After testing with many connections, the server can not accept connections as many as it runs first time. the amount of subsequent connections depends on the total reusable SocketAwaitable minus...

Need Repro