Commit f24d169
committed
client: do not wrap call args into array
All connection methods do not wrap keys and tuples into arrays - it's
responsibility of user to follow IPROTO format. The only exception is
method `call` (by mistake, I believe) - it wraps arguments into array
and it doesn't allow to pass raw MsgPack to this method since
`mpp::as_raw` tag does not work with any other tags. The commit makes
method `call` work like other methods - it won't wrap `args` by itself
anymore.
Closes #1081 parent bb69791 commit f24d169
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
| 591 | + | |
591 | 592 | | |
592 | 593 | | |
593 | 594 | | |
| |||
671 | 672 | | |
672 | 673 | | |
673 | 674 | | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
674 | 684 | | |
675 | 685 | | |
676 | 686 | | |
| |||
0 commit comments