Fix truncation of LWT message.
It's just too small to fit the whole JSON that is put there in refreshBrokerState().
Этот коммит содержится в:
@@ -94,7 +94,7 @@ private:
|
||||
char* token;
|
||||
char client_id[48];
|
||||
char status_topic[128];
|
||||
char offline_payload[256];
|
||||
char offline_payload[512];
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user