'Django Channels. How to create a variable (or a object) that can live only during the WebSocket?
I have a websocket and i want to create a global variable that lives during all the life time of the websocket itself. The main issue is that the variable is actually shared between all the client that connect to the websocket while i need it to be specific to the single client. Do you know any possible solution?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
