Decode Exosphere.ATProto firehose WebSocket frames.
Each frame contains two concatenated DAG-CBOR objects:
- Header with
op(operation) andt(type) fields - Payload with the actual message data
Summary
Functions
Decode a binary WebSocket frame into {header, payload}.