We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fea050 + 2e8c579 commit 02738caCopy full SHA for 02738ca
docs/src/tutorial/receiving_messages.md
@@ -118,7 +118,7 @@ handle.await?
118
The `.await` waits until the client finishes, and `?` propagates the result.
119
120
There are two problems with this solution however!
121
-*First*, because we immediately await the client, we can only handle one client at time, and that completely defeats the purpose of async!
+*First*, because we immediately await the client, we can only handle one client at a time, and that completely defeats the purpose of async!
122
*Second*, if a client encounters an IO error, the whole server immediately exits.
123
That is, a flaky internet connection of one peer brings down the whole chat room!
124
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments