You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is theoretically possible for separate calls to tailscale_close to
race and cause a mess, so move the load+delete under a single mutex
lock.
While here, give it the closer error semantics to tailscale_listener_close.
Signed-off-by: David Crawshaw <[email protected]>
0 commit comments