butterfield
butterfield copied to clipboard
Use asynchronous connect for `rtm.start` API call.
By using aiohttp
instead of slacker
(which uses synchronous
requests
), we can continue with the rest of our application if slack
refuses to return a timely response.