Skip to main content
The outbound dispatch channel overflowed. Followed by a BookInvalidated with reason: Lag for every affected market.

Payload

dropped
u64
first_seq
u64
last_seq
u64

Example

use px_core::websocket::SessionEvent;

if let SessionEvent::Lagged { dropped, .. } = event? {
    log::warn!("dropped {dropped} ws messages");
}