Browse Source

Fixed circular dependency issue - WebSocketService and TbEntityDataSubscriptionService

pull/8274/head
Volodymyr Babak 4 years ago
parent
commit
19dcc85262
  1. 1
      application/src/main/java/org/thingsboard/server/service/subscription/DefaultTbEntityDataSubscriptionService.java

1
application/src/main/java/org/thingsboard/server/service/subscription/DefaultTbEntityDataSubscriptionService.java

@ -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

Loading…
Cancel
Save