Skip to content

Commit

Permalink
libWindbot: Disconnect client on crash
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Jul 1, 2021
1 parent cb29999 commit a93c951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WindBot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ private static void Run(object o)
{
sw.WriteLine("[" + DateTime.Now.ToString("yy-MM-dd HH:mm:ss") + "] Tick Error: " + ex);
}
client.Connection.Close();
return;
}
#endif
Expand Down

0 comments on commit a93c951

Please sign in to comment.