fix: use a lock to ensure only need to run tunnel just in case multiple go… (#5885)

This commit is contained in:
Michael Neale
2025-12-02 09:59:02 +11:00
committed by GitHub
parent ccaf7ca56d
commit 03fb892ebe
3 changed files with 92 additions and 8 deletions
+1
View File
@@ -44,6 +44,7 @@ url = "2.5.7"
rand = "0.9.2"
hex = "0.4.3"
socket2 = "0.6.1"
fs2 = "0.4.3"
[target.'cfg(windows)'.dependencies]
winreg = { version = "0.55.0" }