voltrb / volt

A Ruby web framework where your Ruby runs on both server and client
MIT License
3.22k stars 196 forks source link

Delete unused queries from @volt_app.channel_live_queries #351

Open mstate opened 8 years ago

mstate commented 8 years ago

Unused queries and duplicates were building up in @volt_app.channel_live_queries. This was leaving the LiveQuery objects in memory and possibly having their QueryTracker remain active. This is a small change to remove unused queries from @volt_app.channel_live_queries.