aiohttp-xmlrpc icon indicating copy to clipboard operation
aiohttp-xmlrpc copied to clipboard

add test for the implicit corotine decoration of XMLRPC methods

Open graingert opened this issue 5 years ago • 2 comments

this is https://github.com/mosquito/aiohttp-xmlrpc/pull/31 without the controversial replacement for asyncio.coroutine

graingert avatar Jan 29 '20 12:01 graingert

I hope to make a PR to remove this behaviour (for a future v1 release?) and require that all rpc_ methods return awaitables

graingert avatar Jan 29 '20 12:01 graingert

Please rebase

mosquito avatar Aug 29 '20 22:08 mosquito