Ticket #117 (closed defect: fixed)
Telldus Live! fails to reconnect if server is not found
| Reported by: | micke prag <micke.prag@…> | Owned by: | micke prag <micke.prag@…> |
|---|---|---|---|
| Priority: | major | Milestone: | 2.1.1 |
| Component: | TelldusCenter | Version: | 2.1.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Platform: | All | Sensitive: | |
| Verified by Telldus: | yes |
Description
If TelldusCenter cannot retrieve a server list in case of "Host not found" it will not even retry later. This could happen for instance if the internet connection is dropped momentarily.
Change History
comment:2 Changed 19 months ago by stefan persson <stefan.persson@…>
- Platform changed from Windows to All
comment:3 Changed 18 months ago by micke prag <micke.prag@…>
- Owner changed from telldus technologies <info.tech@…> to micke prag <micke.prag@…>
- Status changed from new to assigned
- Verified by Telldus set
comment:4 Changed 18 months ago by micke prag <micke.prag@…>
The plugin should also listen for pong responses from the server to reconnect from a crashed server.
comment:5 Changed 18 months ago by micke.prag@…
- Status changed from assigned to closed
- Resolution set to fixed
commit b68b4435c77de80bd3eeb1ae49fee9f281cc3532
Author: Micke Prag <micke.prag@…>
Date: Mon Nov 14 15:34:12 2011 +0100
Retry fetching server list later if we fail the first time. This closes #117
comment:6 Changed 18 months ago by micke.prag@…
commit 2feeb81f376c6c93d42484b2cf81f07b0844d8c5
Author: Micke Prag <micke.prag@…>
Date: Mon Nov 28 17:48:20 2011 +0100
Implemented listening for pongs, this refs #117 and closes #133

Seems that another error message can be "Status: Error retrieving server list Tidsgränsen för anslutning överstegs" (timeout) too, perhaps depending on where along the way the network error occurs. The solution, retry, is the same though.