Fixed circular dependency issue - WebSocketService and TbEntityDataSubscriptionService

This commit is contained in:
Volodymyr Babak 2023-03-28 12:30:06 +03:00
parent c13d2ae144
commit 19dcc85262

View File

@ -95,6 +95,7 @@ public class DefaultTbEntityDataSubscriptionService implements TbEntityDataSubsc
private final Map<String, Map<Integer, TbAbstractSubCtx>> subscriptionsBySessionId = new ConcurrentHashMap<>();
@Autowired
@Lazy
private WebSocketService wsService;
@Autowired