Help with using Eclipse Debugger in ReplayingDecoder

tnine todd at spidertracks.com
Sun Jan 16 18:18:23 EST 2011


Hi all,
  I'm getting some really strange errors when using ReplayingDecoder to
decode my incoming message.  I know the data I'm sending it is valid, if I
wrap the same bytes I'm sending over TCP in a ByteBufferBackedChannelBuffer
during a unit test of the ReplyaingDecoder my test passes.  

Every time I try to debug the parsing of the decoder, my server disconnects.
How can I set a timeout on my test client and server to 10 minutes so I can
step through my code without it timing out?  I've tried both the
"child.timeout"  on the server and the "timeout" on the client, neither
seems to be working.

Thanks,
Todd
-- 
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Help-with-using-Eclipse-Debugger-in-ReplayingDecoder-tp5930290p5930290.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list