In blocking mode, this function will wait until some bytes are actually
received.
Be careful to use a buffer which is large enough for the data that you
intend to receive, if it is too small then an error will be returned and
all the data will be lost.
Receive raw data from a remote peer.
In blocking mode, this function will wait until some bytes are actually received.
Be careful to use a buffer which is large enough for the data that you intend to receive, if it is too small then an error will be returned and all the data will be lost.