Method: MQTT::Packet::Connect#keep_alive

Defined in:
lib/mqtt/packet.rb

#keep_aliveObject

Period the server should keep connection open for between pings



411
412
413
# File 'lib/mqtt/packet.rb', line 411

def keep_alive
  @keep_alive
end