Ivan Aytzhanov
Ivan Aytzhanov
thank you. feel free to close the issue
I think I have similar issue. I see `error acknowledging message` in logs and logs about trying to reconnect. the issue only occurs when a queue I reading from is...
thanks a lot ! this seems to helped: ``` rust let mut retry_settings = RetrySetting::default(); retry_settings .codes .push(google_cloud_gax::grpc::Code::Cancelled); subscription .create( topic.fully_qualified_name(), subscription_config, retry_settings.into(), ) .await?; ``` I wonder of side...