mirror of
https://github.com/FreeRTOS/coreMQTT
synced 2025-05-20 21:25:52 +08:00

Update API of the transport interface functions for the following: * Transport recv() should NOT block when requested to read a single byte. It MAY block for the underlying socket timeout when requested to read n > 1 bytes. * Transport send() should NOT return an error when the send fails because of a full TX buffer of the underlying network stack, so that the calling library can retry the send operation.