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
This commit addresses reading multi-bulk replies inside a multi-bulk
reply, as stated in issue #1.
The implementation wasn't changed, though now we have a test that proves
that reading multi-bulk in multi-bulk is possible. Writing multi-bulk in
multi-bulk, on the other hand, hasn't been addressed yet.
Currently I haven't found a way to read/write multi-bulk messages inside another multi-bulk message without much duplication and effort.
An example of multi-bulk inside multi-bulk message:
This should return a multi-bulk message with:
nil
The text was updated successfully, but these errors were encountered: