Fixed a lot of compiler warnings. Fixed 7tv connection.
This commit is contained in:
@@ -3,7 +3,7 @@ namespace TwitchChatTTS.Seven.Socket.Data
|
||||
public class SevenHelloMessage
|
||||
{
|
||||
public uint HeartbeatInterval { get; set; }
|
||||
public string SessionId { get; set; }
|
||||
public required string SessionId { get; set; }
|
||||
public int SubscriptionLimit { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user