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
I took a look at the subscribe method and it appears to expect a single MultiBulk reply, but it actually needs to receive one for each subscribed channel. It wasn't immediately clear how to do that, but I'll continue investigating.
The text was updated successfully, but these errors were encountered:
If the list of strings passed as the first argument to the
subscribe
method contains more than 1 string, the following exception is raised:The following code reproduces the issue, and after removing one of the channels it works as expected.
I took a look at the subscribe method and it appears to expect a single MultiBulk reply, but it actually needs to receive one for each subscribed channel. It wasn't immediately clear how to do that, but I'll continue investigating.
The text was updated successfully, but these errors were encountered: