mosquito / aiohttp-xmlrpc

XMLRPC for aiohttp
MIT License
34 stars 19 forks source link

add test for the implicit corotine decoration of XMLRPC methods #33

Open graingert opened 4 years ago

graingert commented 4 years ago

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

graingert commented 4 years ago

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

mosquito commented 4 years ago

Please rebase