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
Do you mean the interface{} used for the context param?
If so, for my use case I use an application specific objects, that is typically a pointer to an object. Changing this to a []byte type will not allow me to store a pointer as a context.
possible to make the {}interface to []byte?
it's the accepting / connector / listening to incoming req part.
u can try memory profiling to see what i mean.
The text was updated successfully, but these errors were encountered: