mirror of
https://github.com/openziti/ziti.git
synced 2026-09-19 00:55:10 +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.