skywire
skywire copied to clipboard
Multiple error during and after VPN client reconnection
Describe the bug When VPN client tries to reconnect to the non-running VPN server there're multiple errors popping in logs. This happens because app doesn't listen for new connections and route itself doesn't get created. So, when client sends hello message, this message gets dropped by remote visor with error. And so do other packets. When VPN server finally gets started all of old routes get created. Eventually they expire and get removed, again, with errors in logs. Overall functionality is not hurt, it works fine, but errors hurt user experience.
Environment information: Independent
Steps to Reproduce Steps to reproduce the behavior:
- Run remote visor
- Run local visor
- Setup transport between visors
- Start VPN client, but do not start VPN server