You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support to receive full data in listener, client, and server. This feature could be achieved by separating receive function into receive and receive_up_to where receive_up_to will wait for data up to the requested size (non-blocking mode) while the receive function will wait for data until the requested size is achieved (blocking).
The text was updated successfully, but these errors were encountered:
Add support to receive full data in
listener
,client
, andserver
. This feature could be achieved by separatingreceive
function intoreceive
andreceive_up_to
wherereceive_up_to
will wait for data up to the requested size (non-blocking mode) while thereceive
function will wait for data until the requested size is achieved (blocking).The text was updated successfully, but these errors were encountered: