Change the MAX_CLIENTID_LEN to 65535
This commit is contained in:
parent
d9004d4cfb
commit
6ab489a9b5
|
@ -78,7 +78,7 @@
|
|||
%% Maximum ClientId Length.
|
||||
%%--------------------------------------------------------------------
|
||||
|
||||
-define(MAX_CLIENTID_LEN, 1024).
|
||||
-define(MAX_CLIENTID_LEN, 65535).
|
||||
|
||||
%%--------------------------------------------------------------------
|
||||
%% MQTT Client
|
||||
|
|
Loading…
Reference in New Issue