Skip to content
Snippets Groups Projects
Commit 331b438d authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Update README.md

parent f63486ce
No related branches found
No related tags found
1 merge request!102Release 1.0.0
......@@ -103,8 +103,8 @@ let sendReport = try connection.send(
Check if the round succeeded:
```swift
try cMix.waitForMessageDelivery(
report: sendReport,
try cMix.waitForRoundResult(
roundList: try sendReport.encode(),
timeoutMS: 30_000,
callback: .init { result in
switch result {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment