gin-contrib / sessions

Gin middleware for session management
MIT License
1.46k stars 196 forks source link

“memstore” found a memory leak #156

Open luohailong opened 2 years ago

luohailong commented 2 years ago

import "github.com/quasoft/memstore" type MemStore struct { Codecs []securecookie.Codec Options sessions.Options cache cache }

“cache” is not cleaned and grows as the program runs

sonyta commented 2 years ago

I also found this question.

kotyara85 commented 1 year ago

Yeah, same problem