为了账号安全,请及时绑定邮箱和手机立即绑定

SCTP not supported on this platform

后台运行报错:

io.netty.channel.ChannelException: Unable to create Channel from class class io.netty.channel.sctp.nio.NioSctpServerChannel

Caused by: java.lang.UnsupportedOperationException: SCTP not supported on this platform

正在回答

1 回答

我也遇到了,你解决了吗

1 回复 有任何疑惑可以回复我~
#1

Kang_c96

serverBootstrap.group(bossGroup,workerGroup) //设置主从线程组 .channel(NioSctpServerChannel.class) //设置nio双向通道 .childHandler(new HelloServerInitializer()); //字处理器,用于处理workerGroup中的任务 可能是你设置nio双向通道的时候,设置成NioSctpServerChannel这个了,修改为NioServerSocketChannel
2019-12-17 回复 有任何疑惑可以回复我~
#2

guaguaerhao 回复 Kang_c96

感谢告知
2021-12-31 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Netty入门之WebSocket初体验
  • 参与学习       29324    人
  • 解答问题       63    个

由浅入深了解Java高性能NIO通信首选框架——Netty

进入课程

SCTP not supported on this platform

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信