-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Daemon doesn't handle windows WM_CLOSE #1897
Comments
good catch, i think we should be using |
I tried the pull request branch and it doesn't work for me. The daemon keep running as before. I also tried to use the windows API from the C++ side without more success:
(insert rant about unreadable api docs here) |
This can be closed when the builds switch to Go 1.14. |
I'm planning on building the next version with go 1.14 anyways. Thanks for tracking this! |
Just a reminder: libp2p/go-libp2p-kad-dht#453 (comment) |
The query logic has been rewritten from scratch (in a testing branch for now) so we'll have to re-test that once that stabilizes. |
I want to embed a daemon instance in a Qt GUI and I've some trouble to properly terminate the daemon process.
As stated in the QProcess terminate() function:
What happen is that the daemon doesn't handle this signal and keep running, to be lately abrubtly killed and leaving the repo with a repo.lock file.
I'm not sure about the status of signals on windows and what should be done here. Any idea ?
The text was updated successfully, but these errors were encountered: