Skip to content

fix(gRPC): improve handling device pubkey change#1703

Merged
wojcik91 merged 4 commits intorelease/1.6-alphafrom
gateway_reconfiguration_fix
Nov 13, 2025
Merged

fix(gRPC): improve handling device pubkey change#1703
wojcik91 merged 4 commits intorelease/1.6-alphafrom
gateway_reconfiguration_fix

Conversation

@wojcik91
Copy link
Copy Markdown
Contributor

Changing device pubkey would lead to the stats handling thread panicking. This in turn would cause a reconnect from the gateway side, unnecessarily interrupting VPN sessions.

Currently this situation causes duplicate "VPN Client Connected" events to be emitted, but I decided against fixing this since we'll soon be refactoring our whole approach to VPN client connections (#1701).

Resolves #1671

@wojcik91 wojcik91 self-assigned this Nov 13, 2025
@wojcik91 wojcik91 added the bug Something isn't working label Nov 13, 2025
@wojcik91 wojcik91 merged commit 465e5ae into release/1.6-alpha Nov 13, 2025
3 checks passed
@wojcik91 wojcik91 deleted the gateway_reconfiguration_fix branch November 13, 2025 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants