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

GSM: remove possibility to set timeout from constructor #869

Merged
merged 7 commits into from
Apr 19, 2024

Conversation

pennam
Copy link
Contributor

@pennam pennam commented Apr 17, 2024

GSMClient and GSMSSLClient where the only two Clients that have the possibility to set timeout from constructor, this was handy but not required because user can use setSocketTimeout() method to configure timeout.

Furthermore after merging #768 the GSMClient has been broken because we are calling a virtual function getNetwork() from the constructor that is calling __cxa_pure_virtual() and then abort() resulting in a red blink of death.

@pennam
Copy link
Contributor Author

pennam commented Apr 18, 2024

Portenta H7 + THALES - GSMClient 👍
Portenta H7 + THALES - GSMSSLClient 👍
Portenta H7 + THALES - ArduinoIoTCloud 👍

EdgeControl + THALES - GSMClient 👍
EdgeControl + THALES - GSMClient 👍
EdgeControl + THALES - GSMClient 👍

@pennam pennam merged commit 6a1f8da into arduino:main Apr 19, 2024
11 checks passed
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.

1 participant