Issues.00496 - lordmundi/wikidoctest GitHub Wiki
00496: register_local_service corrupting entries if service name has spaces
Summary: register_local_service corrupting entries if service name has spaces
Created: 2013–08–27 09:05
Status: Released
Category: Bug
From: frankie
Version: 2.3
Released_In: 2.4
Description:
When registering a local service using the register_local_service tcl command, if the service name has spaces, the script is corrupting the local service list.
Comments
frankie October 18, 2013, at 04:04 PM: This is fixed. Please note that a few other changes were made, mainly that the service announcement from RCS is now done periodically every 20 seconds or so (where it used to be only once at init) and a few other minor changes. See the commit message for more details.
Associated Commits
| commit | bd02bf73de9701bd5943b5d2ff2022ff44271200
link5 |
||
| Author: | Frank Graffagnino
|
| Date: | Thu Mar 6 16:46:21 2014 -0600
|
| Message: | [@Issue 00496: Added txt fields back into WCS DNS-SD
This reverts part of the previous commit for this issue. The original fix slimmed down the txt fields from the wcs announcement over dns-sd, and this change puts those back in. They are useful for understanding which instance the announcement is for. Also, I can't quite remember why I removed them in the first place. @] |
Affected Files:
gui/web_commanding_server.tcl | 32 +++++++++++++++++++++++++++++±-
1 file changed, 30 insertions(+), 2 deletions(-)
| commit | 3ece0cb90eafd6642ea216624dc40e02d20c18f0
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Fri Oct 18 15:59:42 2013 -0500
|
| Message: | [@Issue 00496: Fixed broken local service string
In addition to fixing the string, I changed the rcs peer discovery to re-broadcast its services every 20 seconds or so. Also, the text fields for the _doug_wcs service have been slimmed down and the _http service announcement has been removed (since it is a duplicate of _doug_wcs anyway). If you want to turn the _http service announcement back on like it was before, set the global DEFINE "ADVERT_WCS_AS_HTTP" to "1" and it will advertise it. @] |
Affected Files:
gui/dnssd.tcl | 2 ±
gui/remote_commanding_server.tcl | 13 ++++++++±---
gui/web_commanding_server.tcl | 28 +++++++±-------------------
3 files changed, 18 insertions(+), 25 deletions(-)