You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call of $memd->get([], ...) doesn't set the condition variables to true. The reason of this is that in _get() method my $servers = $self->{hash}->servers($keys, for => 'get'); returns empty list of servers so request to server doesn't send and callback doesn't call. But begin() method for condition variables already called and end() method never be call.
The text was updated successfully, but these errors were encountered:
Call of
$memd->get([], ...)
doesn't set the condition variables to true. The reason of this is that in_get()
methodmy $servers = $self->{hash}->servers($keys, for => 'get');
returns empty list of servers so request to server doesn't send and callback doesn't call. Butbegin()
method for condition variables already called andend()
method never be call.The text was updated successfully, but these errors were encountered: