37
I Use This!
High Activity

News

Analyzed about 14 hours ago. based on code collected 2 days ago.
Posted about 13 years ago by [email protected] (trustin)
October 18, 2012 trustin commented on issue netty/netty#473 Awesome! Thanks for confirmation. :-)
Posted about 13 years ago by [email protected] (normanmaurer)
October 18, 2012 normanmaurer commented on commit netty/netty@f5969778d0 Yeah.. Just wanted my eclipse to be happy Sent from my iPhone. Excuse any typos.... Am 18.10.2012 um 16:42 schrieb Frédéric Brégier ... [More] <[email protected]>: > Just a short comment to say that close are not needed since those stream are attached to a FileChannel which is closed... > But it does not harm, so that's fine... > > — > Reply to this email directly or view it on GitHub. > [Less]
Posted about 13 years ago by fredericBregier
October 18, 2012 fredericBregier commented on issue netty/netty#652 Yes please, because, again, I am not able to reproduce it. I read the code from Vert.x you point out, I saw the 'patch' you made, but as I said ... [More] , I tested it using the example from Netty with no 'patch' at all, and I didn't get any wrong value, whatever using a real browser or a Netty client. As in you code there is no special things about your code (that reimplements part of the Netty classes for your own needs) that could explain the difference (you explicitely call super equivalent method), a simple example will help us a lot to fix this issue... [Less]
Posted about 13 years ago by fredericBregier
October 18, 2012 fredericBregier commented on commit netty/netty@f5969778d0 Just a short comment to say that close are not needed since those stream are attached to a FileChannel which is closed... But it does not harm, so that's fine...
Posted about 13 years ago by unbinder
October 18, 2012 unbinder commented on issue netty/netty#663 I got it in production only. Trying to reproduce in small app
Posted about 13 years ago by [email protected] (normanmaurer)
October 18, 2012 normanmaurer commented on issue netty/netty#652 @purplefox maybe you can give us just a quick 'how-to-do-this' guide ;) Like how we can use the formupload module etc ?
Posted about 13 years ago by purplefox
October 18, 2012 purplefox commented on issue netty/netty#652 Like I mentioned, you can replicate this very easily using the Vert.x formupload module. If you want me to create a pure Netty test case to demonstrate this it will take me some time, and I don't have a lot of that right now :(
Posted about 13 years ago by [email protected] (normanmaurer)
October 18, 2012 normanmaurer closed issue netty/netty#653 ChannelListener fires after channelConnected when using OIO
Posted about 13 years ago by [email protected] (normanmaurer)
October 18, 2012 normanmaurer commented on issue netty/netty#653 @aldarund ok we checked and its not a bug.. it's just because the connection was done 'so fast' that it happened before you was able to add the listener to the returned ChannelFuture.
Posted about 13 years ago by [email protected] (normanmaurer)
October 18, 2012 normanmaurer opened pull request netty/netty#664 Add support for method chaining to ByteBuf 1 commit with 1,383 additions and 351 deletions