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
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?