Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket Termination Not Handled Properly When It Crashes Unexpectedly. #127

Open
muhammetyurdan opened this issue Jun 23, 2023 · 0 comments

Comments

@muhammetyurdan
Copy link

I'm experiencing an issue while operating the client on a Windows system with active antivirus (AV) software.

Here's what's happening: Upon executing shell commands that the AV software flags as malicious, the AV terminates the websocket without killing the process. This is expected. However, despite this termination, I observe that the client continues to send health check (GET) and device (POST) requests but it doesn't send request /client.

After reviewing the code, I've not found any segment that handles the unexpected termination of the websocket. Specifically, there's no apparent mechanism to recreate the socket if it gets killed or to stop sending requests once the socket is down.

I hope this description provides a clearer understanding of the issue. Please let me know if you need more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant