Inumedia / SlackAPI

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

check result before making a websocket connection #87

Closed pjc0247 closed 7 years ago

pjc0247 commented 7 years ago

If there's no valid login data, below code will throw an exception. So user can't receive any callback response.

https://github.com/Inumedia/SlackAPI/blob/master/SlackAPI/SlackSocket.cs#L69