Skip to content

Basic support for asyncio clients#19

Merged
public merged 21 commits into
masterfrom
asyncio-client
Feb 21, 2020
Merged

Basic support for asyncio clients#19
public merged 21 commits into
masterfrom
asyncio-client

Conversation

@public

@public public commented Feb 17, 2020

Copy link
Copy Markdown
Owner

This adds an aiohttp based client implementation and also a lot of duplication that could benefit from some refactoring still. It's inspired by grpc/proposal#155

Solves #10

Todo:

  • Support new streaming read/write API
  • Refactor to reduce duplication.
  • Make requests in *Calls instead of *Multicallable.__call__
  • Refactor timeout handling to reduce nesting.

@public
public force-pushed the asyncio-client branch 3 times, most recently from 77c7dca to 4fca491 Compare February 17, 2020 16:14
@public public changed the title WIP: Basic support for asyncio clients Basic support for asyncio clients Feb 21, 2020
@public
public merged commit 4a2b2f0 into master Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant