Tiago Oliveira

Results 2 issues of Tiago Oliveira

when connecting to an SSL broker and set_ca(*/invalid cert*/), I can't catch the error example: ``` let reconnect_options = ReconnectOptions::Always(5); let mqtt_options = MqttOptions::new("rumqttRules".to_string(), "127.0.0.1".to_string(),8883u16) .set_keep_alive(30) .set_reconnect_opts(reconnect_options) .set_ca(include_bytes!("dummy_ca")) .set_clean_session(false); if...

when connected to Wifi or LTE and the connection is changed I got an library crash on the RTM the log is sparse but is what I got ![rtmlib-agora-crash](https://user-images.githubusercontent.com/1161937/109963474-5c6d8080-7ce4-11eb-9fab-293bc4e2fa25.png) Platform:...