mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-21 07:47:40 -04:00
chi.RegisterMethod writes to a global map. Other parts of chi read that map and since we start multiple chi router in different goroutines we concurrently read/write to the map which is not valid and results in panics