Happy0 / ssb-chess

A library for building scuttlebutt chess clients with
GNU General Public License v2.0
63 stars 16 forks source link

Observable leaks #56

Closed Happy0 closed 6 years ago

Happy0 commented 6 years ago

The observables created by ctrl/game.js and their subscribes don't get cleaned up properly, resulting in lots of instances of the pull-stream (and observable) made by user_game_updates_watcher.js.

Over time, ssb-chess gets more sluggish because of this (as routes are changed.)

I should