mirror of
https://github.com/mochi-mqtt/server.git
synced 2025-10-28 10:31:26 +08:00
Update comment for clarity
This commit is contained in:
@@ -221,7 +221,7 @@ func (s *Server) EstablishConnection(lid string, c net.Conn, ac auth.Controller)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
cl.Inflight = existing.Inflight // Inherit from existing session.
|
||||
cl.Inflight = existing.Inflight // Take address of existing session.
|
||||
cl.Subscriptions = existing.Subscriptions
|
||||
sessionPresent = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user