Interface LostStreamData

Records messages that were damaged and unrecoverable

interface LostStreamData {
    bytes: number;
    msgs: number[];
}

Properties

Properties

bytes: number

The number of bytes that were lost

msgs: number[]

The messages that were lost