mbr / tinyrpc

A compact, modular transport and protocol agnostic RPC library. Does jsonrpc v2.
https://tinyrpc.readthedocs.org
MIT License
156 stars 53 forks source link

parse_reply for batch response #101

Closed underwit closed 2 years ago

underwit commented 2 years ago

Hello! I have a need for this method. It would be nice to implement it Thank you!

lnoor commented 2 years ago

Expect to have this fixed in 1.1.5 on pypi. Feel free to reopen this ticket if necessary. Do note that when one of the responses in the batch is an error it will not raise an exception, you will need to loop over the batch and check for yourself.