agateblue / django-dynamic-preferences

Dynamic global and instance settings for your django project
https://django-dynamic-preferences.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
346 stars 86 forks source link

Not update affecting in Django channel #280

Open PankajSavaliya opened 2 years ago

PankajSavaliya commented 2 years ago

Hi, I have used dynamic_preferences in the Django channel with the Daphne server for the chatting function. It works as expected in DRF, but not update affected in the web socket, it needs to restart the daphne server for an update.

it's updating after a while not instant base, Is there any missing that needs to be configured for that?

agateblue commented 2 years ago

Hi, could you please share your code so I can have a look at the issue?