Change the MAX_CLIENTID_LEN to 65535

This commit is contained in:
Feng Lee 2018-08-10 15:38:08 +08:00
parent d9004d4cfb
commit 6ab489a9b5
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
%% Maximum ClientId Length.
%%--------------------------------------------------------------------
-define(MAX_CLIENTID_LEN, 1024).
-define(MAX_CLIENTID_LEN, 65535).
%%--------------------------------------------------------------------
%% MQTT Client