Exception handling on ChatHandler

This commit is contained in:
2015-09-29 07:12:48 +02:00
parent 30f9225cc4
commit 974e969fb8
2 changed files with 13 additions and 6 deletions

View File

@@ -194,7 +194,7 @@ namespace VAR.Focus.Web.Controls
{
lock (_monitor) { Monitor.PulseAll(_monitor); }
}
#endregion
}
}