What: Add flag that publishes without timestamp. Proxy uses MsgHash(topic, message) instead of MsgHashWithTimestamp, allowing same message to be sent once per session.
Why: Useful for stress testing, benchmarking, or deliberately sending identical messages. Current timestamp=UnixMilli() makes rapid duplicates impossible.