aiorpc icon indicating copy to clipboard operation
aiorpc copied to clipboard

Enable non tuple response

Open tfarago opened this issue 3 years ago • 0 comments

Hey, for some reason, when one uses client = RPCClient(path=PATH, unpack_params={'strict_map_key': False}) the responses are not tuples, but lists, and this test fails. This PR tries to remedy that. The use case is e.g. dictionaries with non-string keys.

tfarago avatar Feb 03 '22 13:02 tfarago