Open
Description
Product: Tarantool
SME: @ locker
Details
<…>n read, or a delimiter
has been read, or a timeout has expired.
|Unlike socket_object:recv (which uses an internal read-ahead buffer),
socket_object:read depends on the socket’s buffer.|
As I see from the implementation, :recv() directly reads the socket, while :read() uses a read ahead buffer.