diff --git a/integration/mosquitto.conf b/integration/mosquitto.conf index c5ba550..9f82697 100644 --- a/integration/mosquitto.conf +++ b/integration/mosquitto.conf @@ -1,5 +1,6 @@ listener 1883 allow_anonymous true +max_keepalive 0 listener 8883 cafile /ca.crt @@ -7,10 +8,12 @@ keyfile /test.key certfile /test.crt require_certificate false allow_anonymous true +max_keepalive 0 listener 9001 protocol websockets allow_anonymous true +max_keepalive 0 listener 9443 protocol websockets @@ -19,3 +22,4 @@ keyfile /test.key certfile /test.crt require_certificate false allow_anonymous true +max_keepalive 0