Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIXED] No panic on protobuf Unmarshal errors
Fix the Unmarshal possible overflow and also do not make the library panic on Unmarshal errors. We don't have a proper way to return those errors since they happen in callbacks. For now, just printing. May add a callback error later. Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
- Loading branch information