apache / shenyu

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
https://shenyu.apache.org/
Apache License 2.0
8.42k stars 2.92k forks source link

[Question] Websocket Selector Handlers not sync with nacos server list #5414

Open maplejL opened 8 months ago

maplejL commented 8 months ago

Question

When I fiest time register three socket instances into gateway, it will add handlers to the websocket selector, and then I close two instances, the server called 'shenyu.register.service.websocket' in nacos has already remove the two instance from the IP list, but the selector handlers no change. Is there any configuration items that need to be set?

moremind commented 8 months ago

which version?

maplejL commented 8 months ago

which version?

nacos-client: 1.4.2 gateway-admin: 2.4.3