mirror of
https://github.com/openziti/ziti.git
synced 2026-09-18 16:45:16 +00:00
90ca54adb8
Router state used to be stored and accessed in a thread unsafe way. State is now locks on a mutex for setting values and values are copied out for referencing.