You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rest of the fields in DSLinkProvider are final but running is a plain boolean. Accesses to the running field from start, stop, sleep are not thread safe.
The rest of the fields in DSLinkProvider are final but running is a plain boolean. Accesses to the running field from start, stop, sleep are not thread safe.
sdk-dslink-java/sdk/dslink/src/main/java/org/dsa/iot/dslink/DSLinkProvider.java
Line 34 in 40dab17