diff --git a/common/ASC.Core.Common/Notify/Signalr/SocketServiceClient.cs b/common/ASC.Core.Common/Notify/Signalr/SocketServiceClient.cs index 3dcf29be89..8e0b4c162c 100644 --- a/common/ASC.Core.Common/Notify/Signalr/SocketServiceClient.cs +++ b/common/ASC.Core.Common/Notify/Signalr/SocketServiceClient.cs @@ -26,7 +26,7 @@ namespace ASC.Core.Notify.Socket; -[Singletone] +[Scope] public class SocketServiceClient { private readonly TimeSpan _timeout = TimeSpan.FromSeconds(1);