ServerBootstrap.group() 的 Netty 文档错误?
Netty doc bug for ServerBootstrap.group()?
ServerBootstrap.group()
方法的 netty javadoc 是这样的:
我认为 SocketChannel
应该是 ServerChannel
。
我正在使用 Netty 4.0.24.Final
。
你是对的...请打开一个带有修复的 PR:
https://github.com/netty/netty/pulls
ServerBootstrap.group()
方法的 netty javadoc 是这样的:
我认为 SocketChannel
应该是 ServerChannel
。
我正在使用 Netty 4.0.24.Final
。
你是对的...请打开一个带有修复的 PR: https://github.com/netty/netty/pulls