Skip to content

Generic Errors in data_to_read but everything works fine if we ignore that #108

@Bascy

Description

@Bascy

We are communicating from an ESP32 with a HomeWizard Battery, using Ethernet and SSLClient.
The data_to_read function regularly returns a Generic Error (-1) and when this happens, SSLClient::available() will stop() the connection. After some fiddling about we discovered that when we do not stop but continue (comment out stop() on line 458) everything works fine.

Image

Why do we get the Generic Error when everything seems to be working fine?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions