Thin transport pipe: codec framing over one socket.
There are deliberately no internal loops, queues or buffers here the
sender owns exactly one reader and one writer, so send() and recv()
talk to the codec and socket directly. Transport-level failures (including
MTProto transport errors such as -404) propagate to the caller as thrown
errors from these two methods.
Thin transport pipe: codec framing over one socket.
There are deliberately no internal loops, queues or buffers here the sender owns exactly one reader and one writer, so
send()andrecv()talk to the codec and socket directly. Transport-level failures (including MTProto transport errors such as -404) propagate to the caller as thrown errors from these two methods.