-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
Fix #356 #617
Fix #356 #617
Conversation
I see https://github.com/louislam/dockge/actions/runs/11011056962/job/30574312169?pr=617#logs failing. I did not change anything in the files it mentions so I don't know what happened exactly. If someone else wants to fix that CI fail be my guest. I am fixing the issue I had with dockge spamming my DNS server with queries to no longer existing services. |
I assume that you are using Windows and your editor has formatted the file with CRLF.
|
Thanks @Jayllyz Oddly enough nothing
This is confusing me as my previous commit didn't even touch these files. |
Tick the checkbox if you understand [x]:
Description
Fixes #356
Added a more graceful disconnect when removing an agent to ensure socket.io is not in a "stuck" state where it attempts to keep an open connection to a deleted agent as well as a re-trigger of
sendAgentList
to ensure the UI has a quick update on agent deletion.Type of change
Checklist
(including JSDoc for methods)