liushidefeng / protobuf-rpc-pro

Automatically exported from code.google.com/p/protobuf-rpc-pro
0 stars 0 forks source link

Update to Netty 4.0.0.CR5 #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

The latest release candidate for Netty 4 breaks backwards compatibility with 
previous Netty pre-releases (v4.0.0.CR1 - v4.0.0.CR4). Ouch!

See this announcement : http://netty.io/news/2013/06/18/4-0-0-CR5.html

Original issue reported on code.google.com by peterhan...@yahoo.com on 18 Jun 2013 at 12:26

GoogleCodeExporter commented 9 years ago
ok - the changes don't seem too bad - but it's always difficult to get your 
brain around them.

Original comment by pjklauser@gmail.com on 19 Jun 2013 at 5:03

GoogleCodeExporter commented 9 years ago
Netty 4.x Final has been released.
(as of today current version is 4.0.2.Final)

Original comment by peterhan...@yahoo.com on 22 Jul 2013 at 7:37

GoogleCodeExporter commented 9 years ago
Ok - i will work on this this week. Sorry for the delay - i've been on holiday 
for a month:)

Original comment by pjklauser@gmail.com on 4 Aug 2013 at 10:48

GoogleCodeExporter commented 9 years ago
Upgraded to 4.0.6.Final netty. Main code difference to use 
Channel.writeAndFlush() otherwise the communication doesn't work.

Original comment by pjklauser@gmail.com on 5 Aug 2013 at 4:54