sablierapp / sablier

Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible.
https://sablierapp.dev/
GNU Affero General Public License v3.0
1.36k stars 46 forks source link

Remove shared pointer accross goroutines in sessions manager #74

Closed acouvreur closed 1 year ago

acouvreur commented 1 year ago

As we update the shared storage object, it be better to just use local copies, and then update the store with our local copy