| commit | 5737af143769e8777ad9e0fd47e964b678fba1ef | [log] [tgz] |
|---|---|---|
| author | Leon Senft <leonsenft@users.noreply.github.com> | Thu Feb 11 15:44:15 2021 -0800 |
| committer | GitHub <noreply@github.com> | Thu Feb 11 15:44:15 2021 -0800 |
| tree | 55a40baddb0f1475a65cd4d7ef5029fe2caac2ca | |
| parent | 2b9ddda2ae27e0f84893299f7e494c1b90719da8 [diff] |
Complete `onConnected` with error if connection fails to open (dart-lang/sse#42) * Complete `onConnected` with error if connection fails to open This prevents `onConnected` from hanging indefinitely if the `SseClient` immediately fails to open. Fixes https://github.com/dart-lang/sse/issues/41. * Recompile the test app * Add changelog entry and update version