socketwrapper icon indicating copy to clipboard operation
socketwrapper copied to clipboard

Add timeout to all async socket operations

Open tglane opened this issue 1 year ago • 0 comments

Currently only the sync operations (read, write, accept) offer the option to set a timeout after which the operation returns even if no data was processed. This should also be possible for the async counterparts.

tglane avatar Jan 25 '24 21:01 tglane