Skip to content

miniproto.connection.framing.NativeFrameCodec.feed_transport_data

miniproto.connection.framing.NativeFrameCodec.feed_transport_data

Section titled “miniproto.connection.framing.NativeFrameCodec.feed_transport_data”
feed_transport_data(data: bytes | bytearray | memoryview) -> tuple[bytes | QuickAckFrame | TransportErrorFrame, ...]

Decode native client-side transport events without payload wrappers.

Parameters:

Raises:

  • TransportError – If the backend rejects invalid framing under the same rules as the Python codec.