YeautyYE / netty-websocket-spring-boot-starter

:rocket: lightweight high-performance WebSocket framework ( 轻量级、高性能的WebSocket框架)
Apache License 2.0
1.83k stars 543 forks source link

关于Sec-Websocket-Protocol配置的问题 #74

Open huangxh1 opened 5 years ago

huangxh1 commented 5 years ago

因为前端配置Sec-Websocket-Protocol协议,所以后端必须进行对应的响应,否则前端会出现异常。 然后我跟了一下大佬您的代码,发现大佬您在构建WebSocketServerHandshakerFactory 时,直接传入了一个 null 给subprotocols。 大佬您能否提供一个自定义配置的入口呢?

YeautyYE commented 5 years ago

因为前端配置Sec-Websocket-Protocol协议,所以后端必须进行对应的响应,否则前端会出现异常。 然后我跟了一下大佬您的代码,发现大佬您在构建WebSocketServerHandshakerFactory 时,直接传入了一个 null 给subprotocols。 大佬您能否提供一个自定义配置的入口呢?

目前没有对subprotocols的配置入口,可自己修改源码

YeautyYE commented 4 years ago

0.9.0版本支持返回子协议