Skip to content

Commit

Permalink
fix: AWS IoT MQTT 와일드카드 표기 수정 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Dec 6, 2024
1 parent e5a7592 commit 117268f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public AIDetectClient(
this.cctvRepository = cctvRepository;

iotMqttClient.subscribe("/mhn/event/detect/things/#", this::detectEventHandler);
iotMqttClient.subscribe("/mhn/event/detect/things/*", this::detectEventHandler);
log.info("[객체 탐지] {}", "탐지 Topic을 구독하였습니다.");
}

Expand Down

0 comments on commit 117268f

Please sign in to comment.