Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
f0x52 opened this issue Mar 14, 2024 · 0 comments
Open

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

f0x52 opened this issue Mar 14, 2024 · 0 comments

Comments

@f0x52
Copy link

f0x52 commented Mar 14, 2024

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant