Closing Inactive Connections?

Nitrostar nitrostar1 at gmail.com
Fri Aug 13 02:36:05 EDT 2010


So useful, thank you very much!

There's a small typo in the documentation for IdleStateHandler
(http://docs.jboss.org/netty/3.2/api/org/jboss/netty/handler/timeout/IdleStateHandler.html)

It reads:
"The Timer which was specified when the ReadTimeoutHandler is created should
be stopped manually by calling releaseExternalResources() or Timer.stop()
when your application shuts down."

It should really read:
"The Timer which was specified when the IdleStateHandler is created should
be stopped manually by calling releaseExternalResources() or Timer.stop()
when your application shuts down."

Nitro
-- 
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Closing-Inactive-Connections-tp5383249p5419001.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list