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
* bug: number of channels was inadvertently limited to 1
The intent was to ensure the number of channels was "at least one",
but instead actually made it "at most one".
There is no test for this because client_test uses the Client
constructor directly. We should try to add one, but let's fix
this obvious bug first.
0 commit comments