pub async fn process_bmp_message<T: StateStore>(
state: Option<AsyncState<T>>,
tx: Sender<Update>,
socket: SocketAddr,
bytes: &mut Bytes,
) -> Result<()>Expand description
Process a BMP message from raw bytes This is a convenience wrapper for BMP collectors