]> git.basschouten.com Git - openhab-addons.git/commit
[WebThing] If WebThing network connection is crashed, WebThing will not be reconnecte...
authorgrro <grro@users.noreply.github.com>
Sun, 9 May 2021 17:18:39 +0000 (19:18 +0200)
committerGitHub <noreply@github.com>
Sun, 9 May 2021 17:18:39 +0000 (19:18 +0200)
commit8a21f9b71582c0a37c7e77a90390306f1599374d
tree58f2af577e146400e9c0a4455adc6c46eee17152
parentcfea5a2185929a5a2172d7c5159232b5a2b5c5ae
[WebThing] If WebThing network connection is crashed, WebThing will not be reconnected. (#10579)

* Unnecessary NonNull annotations removed

Signed-off-by: Gregor Roth <gregor.roth@web.de>
Signed-off-by: gregor roth <gregor.roth@web.de>
* Bugfix  "If network connection is interrupted, WebThing will not be reconnected." Due to the variable webThingURI is unset, re connection fails

Signed-off-by: Gregor Roth <gregor.roth@web.de>
Signed-off-by: gregor roth <gregor.roth@web.de>
* webThingURI will be loaded in a lazy way

Signed-off-by: Gregor Roth <gregor.roth@web.de>
Signed-off-by: gregor roth <gregor.roth@web.de>
bundles/org.openhab.binding.webthing/src/main/java/org/openhab/binding/webthing/internal/WebThingHandler.java
bundles/org.openhab.binding.webthing/src/main/java/org/openhab/binding/webthing/internal/client/WebSocketConnectionImpl.java
bundles/org.openhab.binding.webthing/src/test/java/org/openhab/binding/webthing/internal/client/WebthingTest.java