def updated(topic, callback, timestamp = nil, t: nil, async: false, data: nil)
        _warn_timestamp_deprecation(timestamp)
        _send_event('update', topic, callback, t: t || timestamp, async: async, data: data)