This commit is contained in:
James Newton-King 2018-04-18 10:37:23 +12:00
parent 0f0b9a73c1
commit 61cce236fc
No known key found for this signature in database
GPG Key ID: 0A66B2F456BF5526
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace Microsoft.AspNetCore.SignalR.Tests
ILogger logger;
// There maybe thready safety issues in logging when creating multiple threads at the same time
// There maybe thready safety issues in logging when creating multiple loggers at the same time
// https://github.com/aspnet/Logging/issues/810
lock (_lock)
{