-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Async, Connection Management
-
None
Currently, NettyStream uses the readTimeout for the ReadTimeoutHandler.
The ReadTimeoutHandler closes the channel when there is no inbound traffic after the time, regardless of whether or not a read has been requested.
Currently, its more akin to MaxIdleTime than a read timeout.
- related to
-
JAVA-1931 com.mongodb.MongoSocketWriteException when using Async driver + Netty
- Closed