github.com/cs3org/reva/v2@v2.27.7/changelog/2.3.0_2022-05-02/chi-method-workaround.md (about) 1 Change: Implement workaround for chi.RegisterMethod 2 3 Implemented a workaround for `chi.RegisterMethod` because of a concurrent map read write issue. 4 This needs to be fixed upstream in go-chi. 5 6 https://github.com/cs3org/reva/pull/2785