Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Commit

Permalink
Probe last contact
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Apr 26, 2018
1 parent 95b777f commit 6c21ac5
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 225 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public CallbackResponse process(HttpExchange t)
if (j != null)
{
m_interpreter.evaluateAll(j);
//m_server.setLastProbeContact();
m_server.setLastProbeContact();
}
// Select the dummy image to send back
verdicts = m_interpreter.getVerdicts();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public CallbackResponse process(HttpExchange t)
if (j != null)
{
m_interpreter.evaluateAll(j);
//m_server.setLastProbeContact();
m_server.setLastProbeContact();
}
// System.out.println(j.toString());
// Select the dummy image to send back
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public CallbackResponse process(HttpExchange t)
if (j != null)
{
m_interpreter.evaluateAll(j);
//m_server.setLastProbeContact();
m_server.setLastProbeContact();
}

// Select the dummy image to send back
Expand Down
Loading

0 comments on commit 6c21ac5

Please sign in to comment.