Navigation Menu

Skip to content

Commit

Permalink
- Fix: server no longer terminate all app connections if one breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dexterbg committed Aug 23, 2015
1 parent 03dd5c5 commit 0ef0fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ovms_server.pl
Expand Up @@ -482,7 +482,7 @@ sub io_terminate
}
elsif ($conns{$fn}{'clienttype'} eq 'A')
{
delete $app_conns{$vehicleid};
delete $app_conns{$vehicleid}{$fn};
# Notify any listening cars
my $cfn = $car_conns{$vehicleid};
if (defined $cfn)
Expand Down

0 comments on commit 0ef0fbd

Please sign in to comment.