Added abstract stop() method to TaskApiService and used it to implement hard shutdown for ProviderAppClient and RequestorAppClient.
Added started_ctx() method to TaskApiService and used it in create() methods to properly clean up the service in case client creation goes wrong or gets cancelled.
stop()
method toTaskApiService
and used it to implement hard shutdown forProviderAppClient
andRequestorAppClient
.started_ctx()
method toTaskApiService
and used it increate()
methods to properly clean up the service in case client creation goes wrong or gets cancelled.