| commit | e9365c254e0cab74918dcbbec716a80b1fde580f | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch@google.com> | Fri Oct 06 13:11:41 2023 -0700 |
| committer | GitHub <noreply@github.com> | Fri Oct 06 13:11:41 2023 -0700 |
| tree | da329fa859dc7b256f6ce4cd1840de19fdf68819 | |
| parent | 7746475e236825d30c4c7ee2d74f10cdc20dd7e1 [diff] |
Mention `ready` in the docs for `connect` (dart-lang/web_socket_channel#287) Closes dart-lang/web_socket_channel#280 There can be confusion when there are errors creating the channel because the only wait to catch them is to include an `await channel.ready` in the try block. Mention that `ready` can complete as an error in the case of connection failure.