-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
We have adapted the PermissionsServiceGrpc.PermissionsServiceStub
to kotlin's Flows, which mostly works great for integration into suspend functions. One issue that I faced is cancellation though, as there is currently no way to cancel a call early.
The ClientCall<*, *>
exposes a cancel operation, but the PermissionsServiceStub
doesn't expose these call objects.
We originally intended to use the PermissionsServiceFutureStub
, which would properly handle cancellation, but unfortunately it doesn't support the readRelationships
operation.
Metadata
Metadata
Assignees
Labels
No labels