Support for async/await syntax in Rust SDK #1732
Labels
area/user-experience
Pertaining to developers trying to use Agones, e.g. SDK, installation, etc
kind/feature
New features for Agones
Milestone
Is your feature request related to a problem? Please describe.
In Rust 1.39.0 the async/await syntax is stable, I suggest also supporting the async/await syntax in the Agones Rust SDK.
Relates to:
#1300
#1201
Describe the solution you'd like
Propose the following functions:
Bump up some crate versions that the Rust SDK depends on.
The futures crate should be updated to version 0.3 or higher to support async/await syntax.
Also, the grpcio crate should be updated to version 0.6 or higher.
Describe alternatives you've considered
It might be possible to use the tonic proposed in #1300. But if we don't break the current API of the Rust SDK, it's easy to use a newer version of grpcio.
Additional context
By updating the grpcio version, #1201 may also be solved.
The text was updated successfully, but these errors were encountered: