mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-07-25 11:24:15 +00:00
UDP-dispatcher: fix activity timer
This commit is contained in:
parent
1976d02ec9
commit
885a6c661e
5 changed files with 36 additions and 14 deletions
|
@ -259,6 +259,7 @@ func (s *Server) handleUDPPayload(ctx context.Context, clientReader *PacketReade
|
|||
errors.LogWarningInner(ctx, err, "failed to write response")
|
||||
}
|
||||
})
|
||||
defer udpServer.RemoveRay()
|
||||
|
||||
inbound := session.InboundFromContext(ctx)
|
||||
user := inbound.User
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue