Zou Guo Yan
Results
2
issues of
Zou Guo Yan
private static String getWebSocketLocation(FullHttpRequest req) { String location = req.headers().get(HttpHeaderNames.HOST) + req.uri(); return "ws://" + location; } 我通过kong转发wss请求之后,发现走通了,但是看了下源码,是因为你统一用ws处理,将wss请求也转化成了ws请求。不是很明白为什么这样
### Self Checks - [x] This template is only for bug reports. For questions, please visit [Discussions](https://github.com/fishaudio/fish-speech/discussions). - [x] I have thoroughly reviewed the project documentation (installation, training, inference) but...
bug