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

Update README.md

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