Missing dependency for thread-local?
trevorturk opened this issue · 2 comments
trevorturk commented
Similar to socketry/falcon#238, I noticed that async-http seems to require the thread-local
gem as per:
# async-http-0.66.2/lib/async/http/internet/instance.rb:7
require 'thread/local'
ioquatix commented
It's considered optional.
trevorturk commented
Gotcha, thank you!