Skip to content

Debugging mode socket_status() call breaks UDP packet reading #194

Open
@f0x52

Description

@f0x52

When debugging is turned on, socket_read() calls to self.socket_status() in the print statement, before the actual read (https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/blob/main/adafruit_esp32spi/adafruit_esp32spi.py#L800), which due to way nina-fw implements getClientStateTcp for UDP clears the socket, making it impossible to actually read the data...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions