chain-client-sdk-dart/lib
flemming-it 4b67055fc7 refactor: share single ClientChannel between Hub and HubAdmin
Initial scaffold accidentally created three separate gRPC
channels (one for each of `_channel`, `_hub`, `_admin`).
Refactor to a single shared channel — cleaner, fewer file
descriptors, and `close()` actually closes everything now.
Idle timeout raised to 5 minutes so polling-style page loops
don't keep reconnecting.

No public-API change.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-05-05 22:51:19 +02:00
..
src refactor: share single ClientChannel between Hub and HubAdmin 2026-05-05 22:51:19 +02:00
fai_dart_sdk.dart feat: live HubClient with generated proto bindings 2026-05-05 16:24:16 +02:00