Embedding twitch channel and expectations

Barry,

Wow thank you for helping. We do see a lot of load from these messages so if we can get the root cause and fix it that would be great. Here is how we are creating the embed:

  twitchLoad(){
    if (this.state.twitchEmbed == null)  {
      let te = new Twitch.Embed("twitch-embed", {
        width: this.state.twitchSize.width,
        height: this.state.twitchSize.height,
        channel: this.state.twitchChannel,
        parent: this.state.twitchParents
      });
      this.setStateOnMount((state) => ({
        ...state, twitchEmbed: te
      }));
      console.log("twitchEmbed ", te);
    }
  }

As you can see there are no unusual options or debugging or logging verbose type of parameters passed into the creation.

Regarding your evaluation of the messages, any idea why the player is sending these multiple times a second?
Also, how are we able to see them in our console if they are not for us? By namespace are we talking about DNS domain / App ID /Twitch channel or something else? We were using both ugcleague and ugc as our channels and received the messages with either one.