Closed mochic closed 4 years ago
@jeromelecoq Hey, I'm really sorry this keeps coming up but we keep hitting small-ish bugs. I'm confident that we are getting very close to something that won't have any more bugs.
what is this agent_socket: "127.0.0.1:5000 parameter doing? Are you overwriting which server it is talking to?
@jeromelecoq It's a hack we need to employ to polyfill a feature that Ross can hopefully add in later. It points to localhost at port 5000 which should be the agent socket. We use the agent socket to run the replay so that we can use agent's session setup/teardown to submit our behavior output to lims. I put it in a parameter rather than hardcoding it incase of some weird situation where we would need to change it. Port 5000 is the default agent socket for remote method requests.
@jeromelecoq It's a hack we need to employ to polyfill a feature that Ross can hopefully add in later. It points to localhost at port 5000 which should be the agent socket. We use the agent socket to run the replay so that we can use agent's session setup/teardown to submit our behavior output to lims. I put it in a parameter rather than hardcoding it incase of some weird situation where we would need to change it. Port 5000 is the default agent socket for remote method requests.
Sorry can you explain differently? Why do you need this agent to replay a script?
so that agent can perform the upload to lims
We found a parameter bug.