issues
search
CDIGlobalTrack
/
rxdjango
A layer over Django Channels to push model updates through websockets
MIT License
30
stars
1
forks
source link
fix broadcast instance to user
#12
Closed
gabrielfurlan
closed
9 months ago
gabrielfurlan
commented
10 months ago
GOAL
fix broadcast instance to specific user
SOLUTION
fix _user_key mark on serialized instance
send instance to mongo with _user_key to access on hot cache state
GOAL
fix broadcast instance to specific user
SOLUTION