32_yowsup.pm: possible fix to multiple yowsup processes running

git-svn-id: https://svn.fhem.de/fhem/trunk@9419 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2015-10-10 15:54:52 +00:00
parent 41db25b6f2
commit ef34959906

View File

@@ -87,6 +87,7 @@ yowsup_Notify($$)
return if($dev->{NAME} ne "global");
return if(!grep(m/^INITIALIZED|REREADCFG$/, @{$dev->{CHANGED}}));
yowsup_Disconnect($hash);
yowsup_Connect($hash);
}