For the moment, log REQ subids, to help us determine if we have problems

This commit is contained in:
Mike Dilger 2024-02-21 11:15:50 +13:00
parent 3321652481
commit 622d635645

View File

@ -61,6 +61,8 @@ impl WebSocketService {
outpos += outlen;
verify_char(input, b'"', &mut inpos)?; // FIXME: json_unescape should eat the closing quote
log::info!("{}: REQ[\"{}\",..]", self.peer, subid);
// Read the filter into the session buffer
let mut filters: Vec<OwnedFilter> = Vec::new();
loop {