Skip to content

Commit

Permalink
Update src/main/java/com/hivemq/codec/decoder/MqttConnectDecoder.java
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Chernyakov <[email protected]>
  • Loading branch information
tgracchus and mchernyakov authored Oct 12, 2023
1 parent 9967e2a commit 437030d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ public MqttConnectDecoder(
}
}


private void connackInvalidProtocolVersion(final @NotNull ClientConnectionContext clientConnectionContext) {
mqttConnacker.connackError(clientConnectionContext.getChannel(),
"A client (IP: {}) connected with an invalid protocol version.",
Expand Down

0 comments on commit 437030d

Please sign in to comment.