mthizo247 / zuul-websocket-support-demo

A demo project to showcase netflix zuul proxy web socket support
Apache License 2.0
35 stars 37 forks source link

Eureka support causes the socket to disconnect #2

Closed thesharlinator closed 7 years ago

thesharlinator commented 7 years ago

Hello! I've tried compiling and running this demo as is. When I spin up the three apps, I do get access to the Hello app (and Eureka recognizes both the proxy and the hello apps). However, when initiating the connection to the socket, it looks like it immediately disconnects right away.

Removing the service-id line in Zuul's configuration (using "url") instead does work. I'm trying to set up a project using Zuul 1.x, Eureka and websockets.

Any idea if I'm doing anything wrong?

Thanks!

thesharlinator commented 7 years ago

Nvm, got it to work... for some reason after rebuilding/restarting everything, it worked. Maybe I had a busy port of some sort. My bad! :)