When I call $gsb->lookup(...) sometimes I see this message in the logs: Full hash request failed but my client software keeps working because the lookup method returns an empty array back, thus I don't really have the chance to catch this error.
I would expect this method to either throw an exception or return back an error flag in cases of this.
When I call
$gsb->lookup(...)
sometimes I see this message in the logs:Full hash request failed
but my client software keeps working because thelookup
method returns an empty array back, thus I don't really have the chance to catch this error.I would expect this method to either throw an exception or return back an error flag in cases of this.