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

Fix firmware reconnection errors #66

Merged
merged 3 commits into from
Apr 27, 2021
Merged

Conversation

aentinger
Copy link
Contributor

No description provided.

…tion leads to a conflict.

BearSSLClient is injected with tcpClients[0], but if a new TCP connection is requested than tcpClients[0] is assigned to the new connection which is of course a conflict with BearSSL which needs this very same WiFiClient instance.
@aentinger aentinger added the bug Something isn't working label Apr 27, 2021
@aentinger aentinger self-assigned this Apr 27, 2021
@giulcioffi
Copy link
Contributor

Tested with repeated disconnections every 5 seconds and 1-2 seconds. Reconnection is correctly handled every time.

@aentinger aentinger marked this pull request as ready for review April 27, 2021 09:39
@aentinger aentinger merged commit ac95d6a into master Apr 27, 2021
@aentinger aentinger deleted the fix-reconnection-errors branch April 27, 2021 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants