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
when call Upgrade(ctx *context.Context, idGen IDGenerator, s *neffos.Server) *neffos.Conn{}. The iris context will be cached in the &socketWrapper{Socket: socket,ctx: ctx}. But it may be modified to other http request context. And I search the ctx set to the socketWrapper, only the Upgrade set it. Why the context may changed.
The text was updated successfully, but these errors were encountered:
when call Upgrade(ctx *context.Context, idGen IDGenerator, s *neffos.Server) *neffos.Conn{}. The iris context will be cached in the &socketWrapper{Socket: socket,ctx: ctx}. But it may be modified to other http request context. And I search the ctx set to the socketWrapper, only the Upgrade set it. Why the context may changed.
The text was updated successfully, but these errors were encountered: