Open eljefe6a opened 4 months ago
Yes, websockets are not supported yet in MVC gateway
So they're supported in the spring-cloud-starter-gateway
?
Yes the reactive version has websocket support.
I just spent a few days migrating our gateway from reactive to mvc (because I need some Tomcat features), just to find out that websockets arent supported. This renders it useless for us...
Would be good to have an comparing overview of the two approaches in the documentation.
It is a planned feature
I agree with @HSKC. I lost several days because this isn't clearly documented. This thread is the only documentation that it doesn't work. I'd love to see something more explicit in the readme.
Does anyone already know why it is not supported yet? I maybe need that feature. I have already several workarounds in place so I could add another one here in my implementation, if I know where to start. :)
I'm trying to get the secure websocket or non-secure websockets to work with the gateway in version 4.1.4. I get the same error using
wss
orws
.I'm getting this error on startup:
This is my application.yml:
Here is the dependency:
Is there something misconfigured?