Happy0 / ssb-chess

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

Resource leaks on games / game miniboards #78

Open Happy0 opened 6 years ago

Happy0 commented 6 years ago

When opening a game / a games miniboard page, live pull streams are created (watching for incoming replies to the underlying game threads) that never get cleared up. This can be fixed in patchcore's backlinks.obs.filter module: https://github.com/ssbc/patchcore/pull/67