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
Currently protos are using string as a type for prefix field which is not efficient and makes manipulations with prefix more complex. I would like to propose to switch to bytes type instead.