Issue
There was an issue observed when the library is running in Async mode.
When the main / application Server api were accessed and then a Reset request was sent ESP8266 the system did not reset properly.
Fix
The fix in this commit would ensure a proper reset in most of the conditions.
Where this was observed
Example spiffs_rest_api_nonblocking
Issue There was an issue observed when the library is running in Async mode. When the main / application Server api were accessed and then a Reset request was sent ESP8266 the system did not reset properly.
Fix The fix in this commit would ensure a proper reset in most of the conditions.
Where this was observed Example
spiffs_rest_api_nonblocking