mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-21 15:23:46 +08:00
Fix client keepalive test using too low keepalive.
This commit is contained in:
@@ -31,7 +31,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
mosq = new mosquittopp_test("01-keepalive-pingreq");
|
||||
|
||||
mosq->connect("localhost", port, 4);
|
||||
mosq->connect("localhost", port, 5);
|
||||
|
||||
while(run == -1){
|
||||
mosq->loop();
|
||||
|
||||
Reference in New Issue
Block a user