davidljung / rl-glue

Automatically exported from code.google.com/p/rl-glue
0 stars 1 forks source link

Multiple instances of RL-Glue on the same port #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start RL-Glue
2. Start RL-Glue again

What is the expected output? What do you see instead?

The second instance of RL-Glue should detect that the port is in use and shut 
down.  Instead RL-
Glue waits for 3 connections printing out connection types it doesn't 
understand.  When listening 
for an incoming connection fails, the glue reads off a connection type of zero 
(which isn't a valid),  
and then it continues to try listening.  It reports the error continuously, and 
should shut down 
instead.

Original issue reported on code.google.com by andrewbutcher@gmail.com on 31 Jul 2007 at 7:49

GoogleCodeExporter commented 8 years ago
I submitted a new issue about this, but apparently it was already an issue.  
I'll
close the duplicate.  Assigning this to Mark Lee because he's good with the 
glue.

Original comment by brian.ta...@gmail.com on 13 Oct 2007 at 5:52

GoogleCodeExporter commented 8 years ago
The second instance now exits gracefully.

Original comment by markp...@gmail.com on 14 Oct 2007 at 7:35