Fixed some of the compiler warnings.
This commit is contained in:
@@ -93,7 +93,7 @@ namespace TwitchChatTTS.Twitch.Socket
|
||||
_disconnected = false;
|
||||
};
|
||||
|
||||
OnDisconnected += async (sender, e) =>
|
||||
OnDisconnected += (sender, e) =>
|
||||
{
|
||||
lock (_lock)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user