in client/src/main/java/co/elastic/opamp/client/internal/state/InMemoryState.java [30:35]
public synchronized void set(T value) { if (!areEqual(state, value)) { state = value; notifyObservers(); } }