Skip to content
  • Mike Gorse's avatar
    Only register for events when something is listening · d0f7dd49
    Mike Gorse authored
    Track whether clients are listening, based on calls to GetItems and
    event listener registrations, and disable event handlers if no clients
    are listening.  Note that this currently handles event listeners in bulk
    and could be refined to only connect to individual signals that are
    being listened to.
    d0f7dd49