mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-06 21:46:09 +01:00
45ff4f60b3
Bridge.put() was broken by #2781 because it used transfer() 2-parameters overloaded version, which imply that rxlen == 0. But the Linux Bridge responded, so the check (i >= rxlen) was true and the function timed out after retrying 50 times. Every bridge command (python side) has been checked and now SHOULD strictly follow this rule and never ignore silently the received data |
||
---|---|---|
.. | ||
Bridge.cpp | ||
Bridge.h | ||
Console.cpp | ||
Console.h | ||
FileIO.cpp | ||
FileIO.h | ||
HttpClient.cpp | ||
HttpClient.h | ||
Mailbox.cpp | ||
Mailbox.h | ||
Process.cpp | ||
Process.h | ||
YunClient.cpp | ||
YunClient.h | ||
YunServer.cpp | ||
YunServer.h |