Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential crash by adding null check for proto options
Added a null-safe operator to prevent accessing undefined properties in the decoder. This ensures stability when processing unexpected or incomplete protobuf structures.
- Loading branch information