springcloud+gateway+webstock抛出异常:
The connection observed an error io.netty.handler.codec.http.websocketx.WebSocketHandshakeException: Invalid handshake response getStatus: 404
经过多层拦截确认是因为gateway转发的时候会自动带上服务名,而webstock在设置的时候没有设置服务名,导致找不到握手目标
springcloud+gateway+webstock抛出异常:
The connection observed an error io.netty.handler.codec.http.websocketx.WebSocketHandshakeException: Invalid handshake response getStatus: 404
经过多层拦截确认是因为gateway转发的时候会自动带上服务名,而webstock在设置的时候没有设置服务名,导致找不到握手目标