mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-23 15:41:04 +09:00
d4f2acf3ab
One exclusive mutex serialized every policy read, so a mass reconnect on
autogroup:self/via/relay policies stalled clients into "unexpected EOF"
retries. Per-node caches become xsync.Maps for lazy population under RLock.
Fixes #3346
(cherry picked from commit 6f317c7576)