Skip to content

Commit

Permalink
Update source/interface/transport_interface.h
Browse files Browse the repository at this point in the history
Rewording

Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com>
  • Loading branch information
kstribrnAmzn and AniruddhaKanhere authored Feb 8, 2024
1 parent cff8c54 commit 942255b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/interface/transport_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ typedef struct NetworkContext NetworkContext_t;
* @brief Transport interface for receiving data on the network.
*
* @note It is HIGHLY RECOMMENDED that the transport receive
* implementation does NOT block when requested to read bytes.
* implementation does NOT block.
* coreMQTT will continue to call the transport interface if it receives
* a partial packet until it accumulates enough data to get the complete
* MQTT packet.
Expand Down

0 comments on commit 942255b

Please sign in to comment.