yahoo / imapnio

Java imap nio client that is designed to scale well for thousands of connections per machine and reduce contention when using large number of threads and cpus.
57 stars 50 forks source link

Bug fix for read timeout from caller perspective. #75

Closed jui8wang closed 4 years ago

jui8wang commented 4 years ago

Read time out from caller's perspective should be counted from the "command write to server". Before the fix, it was counting between 2 reads.

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: