EMSTrack / WebServerAndClient

Home of the web server and its clients
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Permissions are not updated when new ambulance is added to group #57

Closed mcdeoliveira closed 5 years ago

mcdeoliveira commented 5 years ago

Issue was that 'cache_clear' was called only locally at the django process but not at the mqtt process. I am not sure this is something that needs to be addressed also in the context of multiple threads handling http calls.