Closed redelacruz closed 1 month ago
Hello, hope this message finds you well. Congrats to your first Issue! We will review it as soon as possiable. Feel free to have a look at https://www.amebaiot.com/en/ameba-arduino-summary/ for more information
This issue is stale because it has been open for 14 days with no activity.
Boards
AMB82-Mini
External Hardware
Other than included JXF37 camera, none.
Hardware Configuration
None
Version
latest main (checkout manually)
IDE Name
VSCode w/ Arduino extension
Operating System
Windows 11
Auto Flash Mode
Disable
Erase All Flash Memory (16MB)
Disable
Standard Lib
Arduino_STD_PRINTF
Upload Speed
2000000
Description
Copying bug report in AmebaIOT forum to make reference issue for PR.
According to Arduino’s docs for server.available():
The connection persists when the returned client object goes out of scope; you can close it by calling client.stop().
However, we observed that the current behavior of WiFiServer and WiFiClient as it has been implemented into the Arduino SDK for the AMB82-Mini seems to contradict this.
Sketch
Error/Debug Message
Reproduce remarks
No response
I have checked online documentation, FAQ, GitHub Wiki and existing/closed issues.