Skip to content

Conversation

@alexrudd2
Copy link
Collaborator

@alexrudd2 alexrudd2 commented Oct 31, 2023

comm_type: CommType | None = None
reconnect_delay: float | None = None
reconnect_delay_max: float | None = None
reconnect_delay_max: float = 0.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

Actually there is a hidden problem here, "reconnect_delay_max" is defined a milliseconds and is an integer.

It seems asyncio.py does still use seconds, so I have to look at code before I approve this one.

@janiversen
Copy link
Collaborator

your PR´s are starting to get very small.

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 (reconnect_delay is consistent float).

@janiversen janiversen merged commit 038b938 into dev Oct 31, 2023
@janiversen janiversen deleted the reconnect-implicit-optional branch October 31, 2023 09:50
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 11, 2023
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.

3 participants