You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change in dblock@bdbb4a5 sets it up in parallel, but IO is not actually happening asynchronously, so there's no real benefit. Would need to switch web_client's HTTP stack to something that happens in parallel.
Move
rtm.start
into an async operation. This will affect downstream clients as they currently rely on exceptions being thrown synchronously.The text was updated successfully, but these errors were encountered: