Skip to content

Commit

Permalink
Merge pull request #30 from archi-Doc/dev
Browse files Browse the repository at this point in the history
.
  • Loading branch information
archi-Doc authored Aug 21, 2024
2 parents a32cbb6 + d22a93c commit 8673342
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,14 @@ Here is a benchmark for each feature.



> CrossChannel.Radio.Send<ITaichi>().Message(3055952910, "生きている人、いますか?");
```csharp
ulong hkr = 3055952910;
while (true)
{
var r = CrossChannel.Radio.Send<ITaichi>().Message(hkr++, "生きている人、いますか?");
if (r.TryGetSingleResult(out _)) break;
}
```



0 comments on commit 8673342

Please sign in to comment.