call loadMonitors at the beginning. Otherwise we may not know about a monitor while handling a message from it.

This commit is contained in:
Isaac Connor
2017-01-12 13:03:53 -05:00
parent 513cd68c20
commit a5cdfd2932

View File

@@ -196,9 +196,10 @@ foreach my $connection ( @in_select_connections )
my %spawned_connections;
my %monitors;
my $monitor_reload_time = 0;
my $needsReload = 0;
loadMonitors();
$! = undef;
my $rin = '';