UDP-dispatcher: fix activity timer

This commit is contained in:
patterniha 2025-07-15 01:52:02 +03:30
parent 1976d02ec9
commit deb8ca1a8a
5 changed files with 35 additions and 14 deletions

View file

@ -128,6 +128,7 @@ func (s *Server) handleUDPPayload(ctx context.Context, conn stat.Connection, dis
conn.Write(data.Bytes())
})
defer udpServer.RemoveRay()
inbound := session.InboundFromContext(ctx)
var dest *net.Destination