-
Updated
Nov 10, 2020 - Erlang
m2m
Here are 99 public repositories matching this topic...
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
-
Updated
Nov 5, 2020 - Java
-
Updated
Oct 1, 2020 - Java
-
Updated
Apr 5, 2020
-
Updated
Sep 25, 2020 - C#
-
Updated
Jul 19, 2020 - C
-
Updated
Nov 20, 2018 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 9, 2020 - C++
-
Updated
Nov 10, 2020 - C++
-
Updated
Mar 8, 2017 - C#
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Nov 9, 2020 - Python
-
Updated
Sep 22, 2020 - Python
-
Updated
Oct 30, 2020 - Java
-
Updated
Oct 25, 2020 - JavaScript
-
Updated
Jan 14, 2020 - C
-
Updated
Aug 2, 2018 - JavaScript
-
Updated
Oct 13, 2020 - C++
-
Updated
Nov 7, 2020 - C++
-
Updated
Dec 19, 2019 - Assembly
-
Updated
Sep 18, 2020 - JavaScript
Improve this page
Add a description, image, and links to the m2m topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the m2m topic, visit your repo's landing page and select "manage topics."
Environment
listener.ssl.default = 0.0.0.0:8883
listener.ssl.allowed_protocol_versions = 3,4,5
listener.ssl.require_certificate = on
mqtt_connect_timeout = 30000
Expected behaviour
Set