mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-06 01:52:15 +01:00
Keppalive issue
There is no keepalive packget if current time is very large. Caused by integer overflow.
This commit is contained in:
@@ -27,5 +27,5 @@
|
||||
|
||||
char *platform_create_id_string();
|
||||
int platform_random(int max);
|
||||
int platform_tick_get_ms();
|
||||
long long platform_tick_get_ms();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user