Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
452 stars 243 forks source link

Add event for ConnectionLost #240

Closed nadjibnet closed 4 years ago

nadjibnet commented 4 years ago

When the api stay running and there is for some reason a connection failure. The SlackSocketClient is disconnected. What I added is: An event to be notified when the connection is lost. So, After that we can retry to connect again :).

Inumedia commented 4 years ago

Can you clean up the indentation on this?

nadjibnet commented 3 years ago

@Inumedia sorry I just saw your feedback. Thanks for update