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
If you create a msgp Reader using msgp.NewReader(), it will acquire a reader from the readerPool but there's no way to return it - freeR() is unexported, as is the pool.
If you create a msgp Reader using
msgp.NewReader(), it will acquire a reader from thereaderPoolbut there's no way to return it -freeR()is unexported, as is the pool.