Example #1
0
 private void error(object sender, TwitchLib.Client.Events.OnConnectionErrorArgs e)
 {
     Debug.Log("Not Connected");
 }
Example #2
0
 private void Client_OnConnectionError(object sender, TwitchLib.Client.Events.OnConnectionErrorArgs e)
 {
     Console.WriteLine(e.Error.Message);
 }
Example #3
0
 private void ClientReference_OnConnectionError(object sender, TwitchLib.Client.Events.OnConnectionErrorArgs e)
 {
     Debug.LogError("ConnectionError: " + e.Error + " with username: " + e.BotUsername);
 }