class MQTT::Protocol::Error::PacketTooLarge

Defined in:

mqtt/protocol/errors.cr

Constructors

Constructor Detail

def self.new(max_packet_size : UInt32, packet_size) #

[View source]