Basic support for asyncio clients#19
Merged
Merged
Conversation
public
force-pushed
the
asyncio-client
branch
3 times, most recently
from
February 17, 2020 16:14
77c7dca to
4fca491
Compare
public
force-pushed
the
asyncio-client
branch
from
February 19, 2020 17:45
70a5590 to
68f05c5
Compare
public
force-pushed
the
asyncio-client
branch
from
February 20, 2020 13:28
0624bbb to
0787127
Compare
public
force-pushed
the
asyncio-client
branch
from
February 21, 2020 13:38
6158e31 to
466d338
Compare
public
force-pushed
the
asyncio-client
branch
from
February 21, 2020 13:39
466d338 to
6140781
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
*Callsinstead of*Multicallable.__call__