mirror of https://github.com/tailscale/tailscale/
ipn/ipnlocal: prevent deadlock on WebClientShutdown
WebClientShutdown tries to acquire the b.mu lock, so run it in a go routine so that it can finish shutdown after setPrefsLockedOnEntry is finished. This is the same reason b.sshServer.Shutdown is run in a go routine. Updates tailscale/corp#14335 Signed-off-by: Will Norris <will@tailscale.com>pull/9937/merge
parent
7a725bb4f0
commit
e7482f0df0
Loading…
Reference in New Issue