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
This isn't safe, as the Protobuf struct can contain fields that are
protected by locks. It's only safe to create new messages by copying
fields individually, or by using proto.Merge().
0 commit comments