yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
233 stars 85 forks source link

spanner: Handle remaining_create_count #94

Closed yoshidan closed 1 year ago

yoshidan commented 1 year ago

Spanner could return less sessions than requested. In that case, we should do another call using the same gRPC channel.