Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

De-asyncio SDK abstractions #254

Merged
merged 6 commits into from
May 28, 2024
Merged

De-asyncio SDK abstractions #254

merged 6 commits into from
May 28, 2024

Conversation

nickpetrovic
Copy link
Contributor

Resolve BE-1404

class AuthenticatedChannel(Channel):
def __init__(self, *args, token: Optional[str] = None, **kwargs):
super().__init__(*args, **kwargs)
class Channel(InterceptorChannel):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming you tested this in the runner as well? Looks good.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. Ran the code in runner locally.

@nickpetrovic nickpetrovic merged commit e13393c into main May 28, 2024
2 checks passed
@nickpetrovic nickpetrovic deleted the np/grpcio branch May 28, 2024 18:39
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.

2 participants