1. Other externally used web services are keyed to port 5580 ( command line
"--httpd 5580" )
2. Would like to be able to run multiple Cogbots instances from one CPU with
different settings. Currently the first one to get there wins.
Problem area in code:
if (clientManagerHttpServer == null)
{
clientManagerHttpServer = MushDLR223.Utilities.HttpServerUtil.CreateHttpServer(this, 5580, "first_robot");
}
Original issue reported on code.google.com by kino.cou...@gmail.com on 29 Jun 2012 at 2:12
Original issue reported on code.google.com by
kino.cou...@gmail.com
on 29 Jun 2012 at 2:12