metosin / ring-swagger

Swagger Spec for Clojure Web Apps
http://metosin.github.io/ring-swagger/doc/
371 stars 84 forks source link

Fix memory leaks in multimethod default dispatch caches #148

Closed frenchy64 closed 11 months ago

frenchy64 commented 11 months ago

Close https://github.com/metosin/ring-swagger/issues/146

This fixes the issue discussed here and here.

This has been used in our production systems for several months via this commit which can be found on clojars. We confirmed that the memory leak was fixed and haven't found any problematic behavior.