Replaced most Excon + Thread calls with Async

This commit is contained in:
2021-12-26 09:20:25 -06:00
parent f1e7d430b6
commit 2bbb2acc6e
11 changed files with 191 additions and 159 deletions

View File

@@ -6,4 +6,7 @@ gem "i18n"
gem "rexml"
gem "digest-crc"
gem "ffi"
# gem "async-websocket"
gem "async"
gem "async-http"
gem "async-websocket"
gem "thread-local"