We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I know we have pb.state. But at one time, there can be only one state in effect.
pb.state
This could be inconvenient if we have multiple applications of protobuf in a project, especially if we are using coroutine.
If this is acceptable, I'd like to create a PR for it.
The text was updated successfully, but these errors were encountered:
Maybe you could only add encode/decode/load to State objects. But we need think twice to decide whether to merge it.
Sorry, something went wrong.
No branches or pull requests
I know we have
pb.state
. But at one time, there can be only one state in effect.This could be inconvenient if we have multiple applications of protobuf in a project, especially if we are using coroutine.
If this is acceptable, I'd like to create a PR for it.
The text was updated successfully, but these errors were encountered: