Moritz
Moritz
@dependabot merge
Resolved in #732
I don't know what "maintenance mode" means exactly - it is maintained, if that is what it means. But there are no plans on adding new features, as the library...
The connection should be managed by the channel, see the [getConnection()](https://github.com/grpc/grpc-dart/blob/4e65d4b795b8a2f0e43e87db2384a5b7338dccfb/lib/src/client/channel.dart#L90) method. Or am I misunderstanding @payam-zahedi?
@wenbozhu Is there any cross-language guidance on the lifecycle of gRPC channels?
Could you elaborate on the motivation of this, and provide some code example?
Interesting that it seems to use Dart version `3.0.4`, while the containing specifies `stable`, which would be `3.3.4`. I will investigate.
The new `grpc-dart` version requires a minimum Dart version `3.2.0`, but people using older versions of the SDK could still use older versions of `grpc-dart`. Rebuilding the container sounds like...
@dependabot merge
Yes, the fix is already landed in https://dart-review.googlesource.com/c/sdk/+/360920.