-
Notifications
You must be signed in to change notification settings - Fork 47
chore: Introducing Synchronizer protocol & streaming implementation #344
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
Conversation
659f6e2
to
19fa296
Compare
""" | ||
|
||
from abc import abstractmethod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving the shared types to this top level. In my next bit of work, I'm going to be re-arranging the polling stuff, so just focus on streaming for now.
bugbot run |
fa4c35f
to
8cd1ce6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like some imports need sorting for CI. But I think everything makes sense.
No description provided.