funidata / hybridilusmu

Hybridityöskentelyn tukisovellus Slack-integraatiolla, HY Ohtuprojekti 2021 syksy
https://funidata.github.io/hybridilusmu/
1 stars 0 forks source link

Fix handling of disconnects in socket mode #73

Closed VoxBorealis closed 1 year ago

VoxBorealis commented 1 year ago

The app didn't apparently handle WebSocket disconnections gracefully, so a workaround was added. The issue referenced in the commented code has since been resolved and Bolt should now attempt to reconnect automagically.

Therefore, it's probably safe to remove this workaround.