CDIGlobalTrack / rxdjango

A layer over Django Channels to push model updates through websockets
MIT License
30 stars 1 forks source link

fix: instances were being broadcast prior to saving in database #39

Closed lfagundes closed 3 months ago

lfagundes commented 3 months ago

this fixes the instance leakage, which happened because an instance in cache with id None would be wrongly identified as belonging to all channels that have no instance of that type.