Hubs-Foundation / hubs-discord-bot

A Discord bot that helps you use Hubs together with people in Discord.
Mozilla Public License 2.0
50 stars 31 forks source link

Improved session id handling #33

Closed brianpeiris closed 5 years ago

brianpeiris commented 5 years ago

My last attempt at fixing the session id issues was slightly incorrect. It's better not to clear the session params on disconnect, instead this PR just overwrites the params and accounts for a changed session id on reconnect. I'm not entirely sure if this will fix the errant leave message we are seeing, but I sure hope it will.