Expand description
§VCL Connection Events
VCLEvent represents lifecycle and data events emitted by a VCLConnection.
Subscribe with VCLConnection::subscribe before calling connect() or
accept_handshake() to ensure you receive all events including VCLEvent::Connected.
Enums§
- VCLEvent
- Events emitted by a
VCLConnection.