You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create_channel replaces all the create_XXX_api_client helper functions. It allows the configuration of concurrency_limit, rate_limit and keep_alive_interval.
Changed
iotics_grpc_client::auth_builder::IntoAuthBuilder has been moved to iotics_grpc_client::IntoAuthBuilder.
The properties inside iotics_grpc_client::common* have been moved to iotics_grpc_client.
Removed
create_XXX_api_client helper functions have been removed. create_channel should be used instead.