-
Notifications
You must be signed in to change notification settings - Fork 708
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 auto-destruct behavior on Windows when window is closed #944
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
hey! thanks for the contribution. would you mind adding more details about: - what problem you're trying to solve - why this change is needed - any relevant context or screenshots |
💵 To receive payouts, sign up on Algora, link your Github account and connect with Stripe. |
this is wrong the cli should kill itself, not the app, the app cannot kill the cli if it's not alive |
Got it! Just followed with the closed issue of same and got context of it |
@Yashashwini2003 I think we need |
fa85c8e
to
b2297de
Compare
I have observed Will update on it |
@louis030195 let me know if my thought process is on right way. If yes, I will update with it or else any suggestions on your mind? |
it works on macos
|
@louis030195 That makes sense. Replaced |
@Yashashwini2003 nice! any chance you can share a screen recording to confirm it works - i cannot test myself eg show task manager, run app without dev mode, start screenpipe recording, close app, and we should see in task manager that the CLI is stopped then can merge |
@louis030195 My desktop have got into service , will be return in 3 days. Meanwhile I will ask anyone to test it from context of 368. If not I will test it and post video once my desktop is back I am using codespaces for now :( |
I will tag @meltiso or @varshith257 anyone can test this PR |
any update |
@meltiso Are you able to test this? |
i mean just send a video screen recording |
@Neptune650 any chance you can test this? eg
|
@Yashashwini2003 can you do this:
(for windows) and then ill merge |
Windows: The application now terminates the process by
std::process::exit(0)
when the window is closed similar to that the app behaves to macOS where the process exits when the window is closed.Closes #926
/claim #926