bitfocus / companion-module-discord-api

MIT License
5 stars 2 forks source link

[Bug] Reconnect logic memory leak #1

Open thedist opened 2 years ago

thedist commented 2 years ago

Reconnecting logic needs to be fixed, as currently the module works fine if the instance starts and Discord is already running, but if Discord starts up after the Companion instance, or is closed and reopened, this can result in duplicate connections and a memory leak. As such reconnecting has been temporarily disabled until a clean solution can be made

gavalierm commented 8 months ago

+1