Skip to content

Library Updates affecting Features and general usage understanding #477

Answered by mobizt
AlHasanSameh asked this question in Q&A
Discussion options

You must be logged in to vote

The library works normally for all provided functions and the recent functions are more stable and reliable. It works on Raspberry Pi Pico smoothly that guarantees the reliability as the platform does not use the wdt to reset the device as in ESP device.

There are two things in your code that you need to avoid.

  1. I see that you use async function that it's not really async it's just a function that keeps the session open and sending request by skipping server response reading. The nearly first hundred requests may be ok but after that it fails unexpectedly due to server rejection. Then the library will close the session every 3 minutes. You should avoid using it.

  2. You should not rely on …

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
6 replies
@AlHasanSameh
Comment options

@mobizt
Comment options

@mobizt
Comment options

@mobizt
Comment options

@AlHasanSameh
Comment options

Answer selected by AlHasanSameh
Comment options

You must be logged in to vote
1 reply
@AlHasanSameh
Comment options

Comment options

You must be logged in to vote
2 replies
@mobizt
Comment options

@AlHasanSameh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants