mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 09:50:20 +02: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).