mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
Name recv() based a "simplistic", as it can't work robustly in every environment. All this is to let people concentreate on proper, read()- based one (and to turn recv() based into a "negative showcase", explaining what are the pitfalls of such approach).