Fixed a lot of compiler warnings. Fixed 7tv connection.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace TwitchChatTTS.Seven.Socket.Handlers
|
||||
return;
|
||||
|
||||
var code = message.Code - 4000;
|
||||
await sender.DisconnectAsync(new SocketDisconnectionEventArgs(WebSocketCloseStatus.Empty.ToString(), code.ToString()));
|
||||
await sender.DisconnectAsync(new SocketDisconnectionEventArgs(message.Message, code.ToString()));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user