We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It appears that the port does not close if the tauri app is closed form the window close button rather than the command line.
yarn tauri dev
Port should close when process terminates, regardless of how it terminates.
Operating System - Ubuntu, version 21.04 X64 Node.js environment Node.js - 17.1.0 @tauri-apps/cli - 1.0.0-beta.10 @tauri-apps/api - 1.0.0-beta.8 Global packages npm - 8.1.2 yarn - 1.22.17 Rust environment rustc - 1.56.1 cargo - 1.56.0 App directory structure /.vscode /.git /node_modules /src-tauri /src /dist /.angular App tauri.rs - 1.0.0-beta.8 build-type - bundle CSP - default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self' distDir - ../dist/thot-desktop devPath - http://localhost:4200 framework - Angular bundler - Webpack
No response
The text was updated successfully, but these errors were encountered:
duplicate of #2794
Sorry, something went wrong.
No branches or pull requests
Describe the bug
It appears that the port does not close if the tauri app is closed form the window close button rather than the command line.
Reproduction
yarn tauri dev
Expected behavior
Port should close when process terminates, regardless of how it terminates.
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: