Skip to content

Conversation

alexrudd2
Copy link
Collaborator

The base connect method is an empty body that is intended to be over-ridden.* It implicitly has no return value. The concrete classes have a return value of bool.

Also, there is no reason to call async_execute without request, so it should not be set to None.

@alexrudd2 alexrudd2 requested a review from janiversen February 10, 2024 18:30
@alexrudd2
Copy link
Collaborator Author

*it's probably best to use an Abstract Base Class for this, but some of the tests run directly against the base class instead of concrete ones.

Copy link
Collaborator

@janiversen janiversen left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks.

@janiversen janiversen merged commit e8b3e11 into dev Feb 10, 2024
@janiversen janiversen deleted the client-types branch February 10, 2024 19:19
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants