Skip to content

Commit af41182

Browse files
Update articles/iot-hub/iot-hub-mqtt-support.md
Co-authored-by: Kelly Gremban <[email protected]>
1 parent 8a9c2bd commit af41182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-mqtt-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ In order to ensure a client/IoT Hub connection stays alive, both the service and
7070
|Language |Default keep-alive interval |Configurable |
7171
|---------|---------|---------|
7272
|Node.js | 180 seconds | No |
73-
|Java | 230 seconds | [Yes](https://github.com/Azure/azure-iot-sdk-java/blob/b51b0965f00a44f3707d824c2b53bbd821cdb2e2/device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/ClientOptions.java#L64) |
73+
|Java | 230 seconds | [Yes](https://github.com/Azure/azure-iot-sdk-java/blob/main/device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/ClientOptions.java#L64) |
7474
|C | 240 seconds | [Yes](https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/Iothub_sdk_options.md#mqtt-transport) |
7575
|C# | 300 seconds | [Yes](https://github.com/Azure/azure-iot-sdk-csharp/blob/main/iothub/device/src/Transport/Mqtt/MqttTransportSettings.cs#L89) |
7676
|Python | 60 seconds | No |

0 commit comments

Comments
 (0)