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'm seeing a "concurrent map" crash where a gin.Context.Copy() product in another goroutine is modifying a key while it's being read elsewhere. context.Context (which is the interface being implemented) will not have a problem with this.
The text was updated successfully, but these errors were encountered:
I'm seeing a "concurrent map" crash where a gin.Context.Copy() product in another goroutine is modifying a key while it's being read elsewhere. context.Context (which is the interface being implemented) will not have a problem with this.
The text was updated successfully, but these errors were encountered: