mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-06 20:39:47 +00:00
Add conn.go wrapping Session as net.Conn: Read from pipe fed by OnData, Write calls engine.Send, Close drains pipe and tears down session. Add Session.Dial(ctx) as single-call connect-and-wrap entry point. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>