kevinw66 opened a new issue, #3400:
URL: https://github.com/apache/incubator-shenyu/issues/3400

   ### Is there an existing issue for this?
   
   - [X] I have searched the existing issues
   
   ### Current Behavior
   
   启用Websocket之后,如果web端没有关闭websocket而直接关闭了整个页面,会导致文件描述符占用一直增加
   
   ### Expected Behavior
   
   web端异常退出的时候能正确关闭websocket
   
   ### Steps To Reproduce
   
   _No response_
   
   ### Environment
   
   ```markdown
   ShenYu version(s):2.1.0
   但是查阅过最新代码,websockethandler相关的并没有太大改动
   ```
   
   
   ### Debug logs
   
   # lsof -p 1 | grep sock | wc -l
   68
   # lsof -p 1 | grep sock | wc -l
   69
   # lsof -p 1 | grep sock | wc -l
   69
   # lsof -p 1 | grep sock | wc -l
   70
   
   ### Anything else?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to