errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.12k stars 614 forks source link

WIP - Slack - support goodbye event fixes #1449 #1463

Closed nzlosh closed 3 years ago

nzlosh commented 3 years ago

This PR adds a handler for the goodbye event that is sent by the Slack server to announce it's intention to close the connection.

I've confirmed the event is being handled without raising an exception but this needs more testing to confirm the reconnection process is working correctly.

nzlosh commented 3 years ago

Withdrawing PR, in favour of patching the slacksdk backend.