lib/qubitro-mqtt/packet.rb in qubitro-mqtt-0.0.10 vs lib/qubitro-mqtt/packet.rb in qubitro-mqtt-0.0.11
- old
+ new
@@ -408,9 +408,11 @@
attr_accessor :clean_session
# Period the server should keep connection open for between pings
attr_accessor :keep_alive
+ attr_accessor :ack_timeout
+
# The topic name to send the Will message to
attr_accessor :will_topic
# The QoS level to send the Will message as
attr_accessor :will_qos
\ No newline at end of file