Skip to content

Commit

Permalink
Temporary workaround for issue #13
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Aug 17, 2015
1 parent 1fb49e5 commit fd1af44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ops_ims.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ private function doSelectAndHandleResponses($multiHandle, $input_uri, &$variable
if ($activeHandles==0 || $mrc!=CURLM_OK) break;

if (curl_multi_select($multiHandle) != -1){//wait for requests
$this->handleAvailableResponses($multiHandle, $input_uri, $variableInfoMap);
// Disabled due to issue openphacts/OPS_LinkedDataApi#13
// The responses are handled later in foreach-handleResponse loop
//
// $this->handleAvailableResponses($multiHandle, $input_uri, $variableInfoMap);
}
}
while (true);
Expand Down

0 comments on commit fd1af44

Please sign in to comment.