Expand description
Per-connection RedWire session: handshake → frame loop → bye.
Dispatches the full RedWire frame set:
- Hello / AuthResponse (handshake only — once)
- Query / BulkInsert / Get / Delete (data plane)
- QueryBinary / BulkInsertBinary / BulkInsertPrevalidated (binary fast paths)
- BulkStreamStart/Rows/Commit (streaming bulk)
- Prepare / ExecutePrepared (prepared statements)
- Ping / Pong / Bye (lifecycle)