Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
163 stars 75 forks source link

Pyright language client would be irresponsible #2948

Open Yicong-Huang opened 1 month ago

Yicong-Huang commented 1 month ago

The Pyright language client would result in an error when disconnecting. And the subsequent connections would not be properly connected, even though the server is still actively running on the destinated port. When attempting connections, those connections will simply hang but not fail. CleanShot 2024-10-16 at 23 42 58

I have added a timeout logic to prevent a forever hanging of the subsequent connections. However, we need to look into the actual cause of 1) error during disconnection; 2) long hanging when establishing connection.

Yicong-Huang commented 1 month ago

this issue may be solved by Kubernetes