Commit 03c91b9
fix: increase delay for IP detection to reflect connection state changes
The WARP daemon requires ~5 seconds to fully process connect/disconnect commands and update the routing. Previously, 1500ms was insufficient, causing IP addresses to show as unchanged. Increased delay to 5000ms (5 seconds) to ensure IP queries reflect the actual connection state.
Testing shows:
- warp down: Before WARP IP → After ISP IP ✓
- warp up: Before ISP IP → After WARP IP ✓
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 3636859 commit 03c91b9
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
| |||
0 commit comments