Skip to content

Merge #89 from fhessel/esp32_https_server - #7

Merged
KaloNK merged 6 commits into
KaloNK:masterfrom
bligeti:master
Nov 29, 2021
Merged

Merge #89 from fhessel/esp32_https_server#7
KaloNK merged 6 commits into
KaloNK:masterfrom
bligeti:master

Conversation

@KaloNK

Copy link
Copy Markdown
Owner

No description provided.

bligetiand others added 6 commits May 12, 2020 23:01
In case closeConnection() is called due to SSL reported error - like session disconnection due to unstable Wifi - onClose() should be called to free up the recorded websocket handlers.
From updateBuffer() a session clean up is initiated via closeConnection() if error is detected when reading from SSL but the already removed session is not handled in other parts of the state machine.
Co-authored-by: Frank Hessel <frnkhessel@googlemail.com>
Co-authored-by: Frank Hessel <frnkhessel@googlemail.com>
@KaloNK
KaloNK merged commit 92a4ddf into KaloNK:masterNov 29, 2021
Sign up for freeto 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.

2 participants

@KaloNK@bligeti