Fix read (#9)

* Add receive function
This commit is contained in:
obabec
2022-03-17 09:16:59 +01:00
committed by GitHub
parent b58e8318b6
commit 19087016a6
4 changed files with 202 additions and 18 deletions

View File

@@ -74,6 +74,7 @@ async fn publish_core<'b>(
info!("[Publisher] Sending new message {} to topic {}", MSG, topic);
result = { client.send_message(topic, MSG).await };
info!("[PUBLISHER] sent");
assert_ok!(result);
info!("[Publisher] Disconnecting!");