socket handler has been changed.
This commit is contained in:
@@ -37,7 +37,7 @@ func (h *webJSONRpcHandlers) OnRequest(soc ogw.Socket, method string, params []s
|
||||
zap.Any("params", params),
|
||||
)
|
||||
|
||||
uid := server.GetUID(soc)
|
||||
uid := server.GetUID(soc.Path(), soc)
|
||||
|
||||
md := metadata.Pairs("email", uid)
|
||||
ctx := metadata.NewOutgoingContext(context.Background(), md)
|
||||
|
||||
Reference in New Issue
Block a user