Jan Jongen
Results
3
issues of
Jan Jongen
Hi, currently there is no specification on the reconnect handling for mqtt or zenoh protocol. I think it would make sense to include it in the specifications since loosing the...
Hi, I wrote a client which basically simulates an overloaded (not consuming) subscriber. ``` async fn main() -> () { let paths = vec!["Vehicle.Speed"]; let mut client: KuksaClient = KuksaClient::new(kuksa_common::to_uri("127.0.0.1:55556").unwrap());...