Fork me on GitHub
#reitit
<
2019-08-16
>
tyler16:08:34

Are there any known memory leak scenarios with reitit ring? I’m using it in conjunction with datomic and when I inject a db into the request map as a middleware at the top of the stack it looks like that value is unable to be garbage collected.

ikitommi19:08:56

@tyler no known issues, that sounds really odd (and bad). There should not be any component that would hold the request.

tyler19:08:57

👍 it is a really odd issue. Don’t see anything in the reitit code that would indicate that’s going on but scraping the barrel at this point. Thanks.