djjd47130 / JD-VPN-Manager

Keep Windows VPNs Always Connected via Rasdial
GNU General Public License v3.0
3 stars 3 forks source link

Implement Connection Status #3

Open djjd47130 opened 6 years ago

djjd47130 commented 6 years ago

Detect whether each VPN is connected, and keep checking, and display status in real-time in UI. This was attempted, but for whatever reason, it kept reporting disconnected.

djjd47130 commented 6 years ago

It may have reported "Disconnected" because a "Connect" attempt was never made. This might require a connect attempt in the first place. It could be that if you "Connect", and it's already connected, that it merely returns the existing connection handle, which can further be monitored.