-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[lgwebos] Delay subscription of channel #7401
Conversation
Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
Travis tests were successfulHey @sprehn, |
...nding.lgwebos/src/main/java/org/openhab/binding/lgwebos/internal/handler/LGWebOSHandler.java
Show resolved
Hide resolved
Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
Travis tests were successfulHey @sprehn, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Delay subscription of channel. Addresses issue openhab#7243. * Calling stopChannelSubscriptionJob() in dispose() Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de> Signed-off-by: Eugen Freiter <freiter@gmx.de>
* Delay subscription of channel. Addresses issue openhab#7243. * Calling stopChannelSubscriptionJob() in dispose() Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
* Delay subscription of channel. Addresses issue openhab#7243. * Calling stopChannelSubscriptionJob() in dispose() Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
* Delay subscription of channel. Addresses issue openhab#7243. * Calling stopChannelSubscriptionJob() in dispose() Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
* Delay subscription of channel. Addresses issue openhab#7243. * Calling stopChannelSubscriptionJob() in dispose() Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de> Signed-off-by: CSchlipp <christian@schlipp.de>
* Delay subscription of channel. Addresses issue openhab#7243. * Calling stopChannelSubscriptionJob() in dispose() Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
* Delay subscription of channel. Addresses issue openhab#7243. * Calling stopChannelSubscriptionJob() in dispose() Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
* Delay subscription of channel. Addresses issue openhab#7243. * Calling stopChannelSubscriptionJob() in dispose() Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
* Delay subscription of channel. Addresses issue openhab#7243. * Calling stopChannelSubscriptionJob() in dispose() Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
* Delay subscription of channel. Addresses issue openhab#7243. * Calling stopChannelSubscriptionJob() in dispose() Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de> Signed-off-by: Daan Meijer <daan@studioseptember.nl>
* Delay subscription of channel. Addresses issue openhab#7243. * Calling stopChannelSubscriptionJob() in dispose() Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
Addresses issue #7243.
without the delay it can happen, that we request a subscription, but livetv is not yet ready to respond. Instead we get this error:
the delay fixes the issue