to_dict incorrectly returns base64 encoded results for bytes type #478
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Message.to_dict
returnsbytes
fields as Base-64 encoded strings instead of proper bytes strings. It also returns integers as strings instead ofint
.Environment details
Steps to reproduce
The text was updated successfully, but these errors were encountered: