ID EN
Multiprocessing

recv_bytes_into

Python 3.11

Read into buffer a complete message of byte data sent from the other end of the connection and return the number of bytes in the message. Blocks until there is something to receive. Raises EOFError if there is nothing left to receive and the other end was closed.

Syntax

PYTHON
recv_bytes_into(buffer[, offset])

See Also

EOFError bytes-like object