You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FROST-Server.MQTT.Moquette/src/main/java/de/fraunhofer/iosb/ilt/frostserver/mqtt/moquette/MoquetteMqttServer.java
+16-13Lines changed: 16 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -232,19 +232,22 @@ private class AbstractInterceptHandlerImpl extends AbstractInterceptHandler {
232
232
233
233
@Override
234
234
publicvoidonPublish(InterceptPublishMessagemsg) {
235
-
if (msg.getClientID().equalsIgnoreCase(frostClientId)) {
236
-
return;
237
-
}
238
-
LOGGER.trace(" Moquette -> FROST on {}", msg.getTopicName());
0 commit comments