Netty 3.2.0.CR1 released: one step closer to the final release

Robert Wahlstedt rob at isketch.net
Tue May 18 08:26:52 EDT 2010


I just tried this with my project (which works fine with 3.1.5) and it barfed at a missing method: ChannelBuffer.writeByte(byte)

Checking the API, there's just a writeByte(int) now...  This seems to have changed with rev 2206. Which was done based on NETTY-298. 

This looks like a mistake of replacing the old methods instead of adding new ones...


/Rob




More information about the netty-users mailing list