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

Remove the reconnect timer in DeviceLink #1185

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Conversation

oestrich
Copy link
Contributor

The connection between a DeviceLink and DeviceChannel is unreliable when there is a horde of devices trying to connect. A too large percentage of devices can think they have a DeviceLink but it terminated and didn't terminate the DeviceChannel. If we terminate faster, this may reduce the number of devices in this state.

The connection between a DeviceLink and DeviceChannel is unreliable when
there is a horde of devices trying to connect. A too large percentage of
devices can think they have a DeviceLink but it terminated and didn't
terminate the DeviceChannel. If we terminate faster, this may reduce the
number of devices in this state.
@oestrich oestrich force-pushed the device-link-terminate branch from d40ffe3 to 60ffaf0 Compare January 16, 2024 15:43
@oestrich oestrich requested a review from jjcarstens January 16, 2024 16:34
@oestrich oestrich merged commit ebd21ae into main Jan 16, 2024
2 checks passed
@oestrich oestrich deleted the device-link-terminate branch January 16, 2024 16:44
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