ready
completes with exceptions and is therefore a breaking change
#1638
Labels
ready
completes with exceptions and is therefore a breaking change
#1638
dart-archive/web_socket_channel#240 added the
ready
property, which completes when the connection is established. It also completes with errors when the connection fails. This results in uncaught exceptions whenready
is not being handled.This breaks semantic versioning, and should be at the very least be explained in the v2.3.0 changelog. I think it should also be mentioned in the documentation, as the stack traces do not always make it easy to work out where these uncaught exceptions can be caught.
The text was updated successfully, but these errors were encountered: