tel8618217223380 / sagetv-addons

Automatically exported from code.google.com/p/sagetv-addons
0 stars 0 forks source link

Using hostname for client registration converts to IP and double registers the client #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The client is initially registered with hostname, but once socket comm starts, 
everything is identified strictly by IP address; this causes a double 
registration of the task client, which then causes all sorts of double resource 
counting, etc.

The easiest solution is to only accept IP addresses.  The better solution is to 
not have to convert to an IP.  Not sure if that's possible - it's converted to 
IP to guard against multiple NICs on a physical host.

Original issue reported on code.google.com by de...@battams.ca on 30 Oct 2010 at 3:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1177.

Original comment by de...@battams.ca on 30 Oct 2010 at 9:21

GoogleCodeExporter commented 9 years ago
Fix verified.

Original comment by de...@battams.ca on 14 Nov 2010 at 2:53