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
Added func shutdown() async, which effectively the same as func shutdown() just doesn't blocking the thread (simply yielding to the async runtime), i.e. more async friendly.
Fixed the return AsyncStream from subscribe method doesn't respect bufferingPolicy passed in.