You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Currently Mink is a prototype service and I've lost several hours figuring out why the hell I'm getting different sessions whenever I ask Mink to give me the default session.
It turned out that since Mink is a prototype service, I was getting a new instance of Mink each time I asked it from the container.
Since Mink itself is just a fancy factory, it should be a singleton.
The text was updated successfully, but these errors were encountered:
Currently Mink is a prototype service and I've lost several hours figuring out why the hell I'm getting different sessions whenever I ask Mink to give me the default session.
It turned out that since Mink is a prototype service, I was getting a new instance of Mink each time I asked it from the container.
Since Mink itself is just a fancy factory, it should be a singleton.
The text was updated successfully, but these errors were encountered: