slack-ruby-client
slack-ruby-client copied to clipboard
Revisit concurrency and threading, starting with integration specs
See https://github.com/slack-ruby/slack-ruby-client/issues/210#issuecomment-416780891, cc: @ioquatix
I went the other way in #224 and used a thread everywhere. From here we can do what this issue suggests and make the changes for all async implementations not to need a thread per client.