Mojtabarezaei4 / Queueomatic

A queue system that can be used for educational purposes or for any other situations where prioritization of individuals is necessary.
https://queueomatic.azurewebsites.net/
MIT License
7 stars 2 forks source link

Fix bugs and add state persister #156

Closed FabianAronsson closed 10 months ago

FabianAronsson commented 10 months ago

Added a caching service to quickly be able to update the room across multiple users. In the future we could look at using Redis instead, but for now this will work.

If we still want to have a permament persister we can create a separate point for that.

Fixes #146 #140