nicolaibonde / PyRo

Python Robot a robotics platform made with python
GNU General Public License v3.0
0 stars 0 forks source link

Http get wait for response #10

Closed nicolaibonde closed 6 years ago

nicolaibonde commented 6 years ago

The Problem

OSError: [Errno 12] ENOMEM Happens after a while and in chrome console, packages are lost, maybe do too to high speed

A potential solution?

The client should wait to hear back from the server before sending a new value.

nicolaibonde commented 6 years ago

This problem exists on esp8266, but test board has been updated to esp32, this new board allows for picoweb to easily be installed. And with a picoweb webserver this problem should be solved for now.

Commit 2a5c3da99fef260349ebca32f0df88ab5d6ef4d7 fixes this