File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
main/java/com/ss/mqtt/broker/network/client
test/groovy/com/ss/mqtt/broker/test/network/in Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2424@ Getter
2525@ Log4j2
2626@ ToString (of = "clientId" )
27- @ EqualsAndHashCode (of = "clientId" )
2827public abstract class AbstractMqttClient implements UnsafeMqttClient {
2928
3029 protected final @ NotNull MqttConnection connection ;
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ class PublishInPacketTest extends BaseInPacketTest {
105105 packet. payload == publishPayload
106106 packet. packetId == packetId
107107 packet. userProperties == Array . empty()
108- packet. messageExpiryInterval == MqttPropertyConstants . MESSAGE_EXPIRY_INTERVAL_DEFAULT
108+ packet. messageExpiryInterval == MqttPropertyConstants . MESSAGE_EXPIRY_INTERVAL_UNDEFINED
109109 packet. topicAlias == MqttPropertyConstants . TOPIC_ALIAS_DEFAULT
110110 packet. payloadFormatIndicator == MqttPropertyConstants . PAYLOAD_FORMAT_INDICATOR_DEFAULT
111111 }
You can’t perform that action at this time.
0 commit comments