openziti / desktop-edge-win

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

WDE creates the tun adapter and fails, when the old one is in hung state #476

Closed mary-dcouto closed 2 years ago

mary-dcouto commented 2 years ago

WDE creates the tun adapter and fails, when the old one is hung. This loop will be repeated until someone manually deletes the hung adaptor

mary-dcouto commented 2 years ago

https://github.com/openziti/desktop-edge-win/pull/477 - This fix cleans up the tun adaptor if WDE fails during the initialisation of tun. I could not reproduce the issue where the tun will be in hung state. So I could not test the clean up of adaptor that is in hung state.