You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the documentation at readthedocs and the issue is not addressed there.
I have tested that the issue is present in current master branch (aka latest git).
I have searched the issue tracker for a similar issue.
If there is a stack dump, I have decoded it.
I have filled out all fields below.
Platform
Hardware: [other]
Core Version: [latest git]
Development Env: [Arduino IDE]
Operating System: [Ubuntu]
Settings in IDE
Module: [Nodemcu]
Flash Mode: [qio|dio|other]
Flash Size: [4MB/1MB]
lwip Variant: [v2 Higher Bandwidth]
Reset Method: [nodemcu]
Flash Frequency: [40Mhz]
CPU Frequency: [160MHz]
Upload Using: [SERIAL]
Upload Speed: [other] (serial upload only)
Problem Description
I just pulled latest git. My use case is POSTing data frequently (every 15s) to an InfluxDB over https using WiFiClientSecure (BearSSL) with cert store certificate verification. For no appearent reason I got a reboot on the assert() in the recently merged ClientContext.h
The failure occured after an hour or so of functioning normally and after the reboot it did not happen again (yet).
May be relevant (or not): I use HardwareSerial on swapped pins to read data.
The typo in the error ('Clien:') is not my typo ;)
Basic Infos
Platform
Settings in IDE
Problem Description
I just pulled latest git. My use case is POSTing data frequently (every 15s) to an InfluxDB over https using WiFiClientSecure (BearSSL) with cert store certificate verification. For no appearent reason I got a reboot on the assert() in the recently merged ClientContext.h
The failure occured after an hour or so of functioning normally and after the reboot it did not happen again (yet).
May be relevant (or not): I use HardwareSerial on swapped pins to read data.
The typo in the error ('Clien:') is not my typo ;)
MCVE Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: