openziti / desktop-edge-win

Provides a Ziti client for Windows
Apache License 2.0
35 stars 13 forks source link

forcefully terminate ziti-edge-tunnel if it doesn't respond to ServiceController.Stop #682

Closed dovholuknf closed 5 days ago

dovholuknf commented 5 days ago

ziti-edge-tunnel is apparently not receiving the IPC command to stop and cleanup when the big off button is pushed from the UI. in the event of an error or a timeout, attempt to forcefully terminate the ziti-edge-tunnel process by name and attempt to cleanup the ziti-tun and NRPT rules

this is an attempt to close #674. closes #674