You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there~
I'm a newbie to Netty. I just want to try some example code in the book. BUT unfortunately when I set all the dependencies up, I got some problems that seems to be an API incompatible issue.
I'm using exactly the same vesion of Netty as the author Norman.
But I got this when I'm writing the echo server, I found that ServerBootstrap$group() method is deprecated, hence the channel() method and methods after that are all unavailable.
It's really afflictive to someone who are new to this framework. Hopefully I get some help from here!
The text was updated successfully, but these errors were encountered:
Hi there~
I'm a newbie to Netty. I just want to try some example code in the book. BUT unfortunately when I set all the dependencies up, I got some problems that seems to be an API incompatible issue.
I'm using exactly the same vesion of Netty as the author Norman.
But I got this when I'm writing the echo server, I found that
ServerBootstrap$group()
method is deprecated, hence thechannel()
method and methods after that are all unavailable.It's really afflictive to someone who are new to this framework. Hopefully I get some help from here!
The text was updated successfully, but these errors were encountered: