Core: changed singleton to scope

This commit is contained in:
Maksim Chegulov 2022-12-09 12:23:26 +03:00
parent 36181065e2
commit 8d1393ba8e

View File

@ -26,7 +26,7 @@
namespace ASC.Core.Notify.Socket;
[Singletone]
[Scope]
public class SocketServiceClient
{
private readonly TimeSpan _timeout = TimeSpan.FromSeconds(1);