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 main problem this lib has is that the dispatching of handlers is not performed in different coroutines, thus, the handleStreams coroutine blocks entirely until the handler finishes, which is not desirable.
The text was updated successfully, but these errors were encountered:
The main problem this lib has is that the dispatching of handlers is not performed in different coroutines, thus, the
handleStreams
coroutine blocks entirely until the handler finishes, which is not desirable.The text was updated successfully, but these errors were encountered: