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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9419 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2015-10-10 15:54:52 +00:00
parent 520715008f
commit fb6e883beb

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);
}