You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Pb() method of types generated from protobufs panics if there is a nil value in some of the object's fields.
The generated code should be adapted so that nil values are faithfully reproduced.
At least, even without support for nil values, at least make the conversions happen in one place and gracefully ignore those conversions that could fail due to some other node being faulty.
The text was updated successfully, but these errors were encountered:
The
Pb()
method of types generated from protobufs panics if there is anil
value in some of the object's fields.The generated code should be adapted so that nil values are faithfully reproduced.
At least, even without support for nil values, at least make the conversions happen in one place and gracefully ignore those conversions that could fail due to some other node being faulty.
The text was updated successfully, but these errors were encountered: