TcpRadioTransport
TCP radio transport — thin adapter over the shared TcpTransport from core:network.
Implements RadioTransport directly via composition over TcpTransport, delegating send/receive to the transport and calling RadioTransportCallback for lifecycle events. This avoids the previous inheritance from StreamTransport which created a dead StreamFrameCodec and required overriding sendBytes as a no-op.
Constructors
Link copied to clipboard
constructor(callback: RadioTransportCallback, scope: CoroutineScope, dispatchers: CoroutineDispatchers, address: String)