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
I've migrated our code from golang/protobuf to gogo generated protobuf.
I see the memory keeps increasing
I couldn't figure out why exactly the leak occurs, but I'm not very experienced on memory leaks. Most examples I saw were with slice indexing. We unmarshal bunch of other types but it's not happening in those types.
The text was updated successfully, but these errors were encountered:
Hi,
I've migrated our code from golang/protobuf to gogo generated protobuf.
I see the memory keeps increasing
I couldn't figure out why exactly the leak occurs, but I'm not very experienced on memory leaks. Most examples I saw were with slice indexing. We unmarshal bunch of other types but it's not happening in those types.
The text was updated successfully, but these errors were encountered: