mirror of
https://github.com/perlbot/perlbuut-pastebin
synced 2025-06-07 14:17:26 -04:00
Fix timeout issues. Should really change the protocol on this
This commit is contained in:
parent
baac54098a
commit
53fb9bc390
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ sub get_eval_reader {
|
||||||
|
|
||||||
if ($type eq 'Warning') {
|
if ($type eq 'Warning') {
|
||||||
push @{$warnings{$seq}}, $message->message;
|
push @{$warnings{$seq}}, $message->message;
|
||||||
|
$futures{$seq}->done($message->message);
|
||||||
} elsif ($type eq 'EvalResponse') {
|
} elsif ($type eq 'EvalResponse') {
|
||||||
print "Got eval response for $seq\n";
|
print "Got eval response for $seq\n";
|
||||||
my $output = $message->get_contents;
|
my $output = $message->get_contents;
|
||||||
|
|
Loading…
Add table
Reference in a new issue