aiohttp_jrpc icon indicating copy to clipboard operation
aiohttp_jrpc copied to clipboard

Fix builds

Open CatCanCreate opened this issue 6 years ago • 3 comments

Hi Thx for a jrpc library Can u fix, please, last pypi build? Now pypi version have (venv/lib/python3.7/site-packages/aiohttp_jrpc/init.py:65)

data = yield from request.json(loader=json.loads)

CatCanCreate avatar Nov 06 '19 14:11 CatCanCreate

Hi, thanks for report. I'll fix it.

zloidemon avatar Nov 06 '19 14:11 zloidemon

@CatCanCreate would you like try this https://github.com/zloidemon/aiohttp_jrpc/tree/gh-3 branch? I fixed some bugs and updated to use latest libraries,

zloidemon avatar Nov 08 '19 23:11 zloidemon

@zloidemon yes, its works :)

CatCanCreate avatar Mar 31 '20 11:03 CatCanCreate