Thomas Ackermann
Results
1
issues of
Thomas Ackermann
I am trying to call ```requests.get(some_REST_API_call)``` on a Pico W (with v1.22.1) but this call blocks infinitely. Using a timeout or non-blocking mode ```(timeout=0)``` doesn't help. The call works with...