- Notifications
You must be signed in to change notification settings - Fork3
Commit111b30c
authored
fix: start coder connect on launch after SE is installed (#113)
This is a fix for#108. Previously we would start the VPN immediately on launch if the config option was true. This starting of the VPN raced with any concurrent upgrades of the network extension, causing the VPN to be started with a VPN config belonging to the older network extension, and producing a consistent error message: Instead, we should only start the VPN once we know that the system extension and VPN configuration are installed.1 parent0550ad1 commit111b30c
File tree
3 files changed
+31
-8
lines changed- Coder-Desktop
- Coder-Desktop
- VPN
- Coder-DesktopTests
3 files changed
+31
-8
lines changedLines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 |
| |
41 | 45 |
| |
42 | 46 |
| |
| |||
68 | 72 |
| |
69 | 73 |
| |
70 | 74 |
| |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 | 75 |
| |
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
81 | 86 |
| |
82 | 87 |
| |
83 | 88 |
| |
|
Lines changed: 17 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
21 | 31 |
| |
22 | 32 |
| |
23 | 33 |
| |
| |||
54 | 64 |
| |
55 | 65 |
| |
56 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
57 | 71 |
| |
58 | 72 |
| |
59 | 73 |
| |
60 | 74 |
| |
61 | 75 |
| |
| 76 | + | |
| 77 | + | |
| 78 | + | |
62 | 79 |
| |
63 | 80 |
| |
64 | 81 |
| |
| |||
68 | 85 |
| |
69 | 86 |
| |
70 | 87 |
| |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 | 88 |
| |
77 | 89 |
| |
78 | 90 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
110 | 116 |
| |
111 | 117 |
| |
112 | 118 |
| |
|
0 commit comments
Comments
(0)