mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
TcpServerUtils.pm: remove closed hash from ntfyHash (Forum #114425)
git-svn-id: https://svn.fhem.de/fhem/trunk@22871 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8fc7665241
commit
cba1f8f188
@ -213,6 +213,7 @@ TcpServer_Close($@)
|
||||
delete($hash->{CD});
|
||||
delete($selectlist{$name});
|
||||
delete($hash->{FD}); # Avoid Read->Close->Write
|
||||
%ntfyHash = ();
|
||||
if($dodel) {
|
||||
delete $attr{$name};
|
||||
delete $defs{$name};
|
||||
|
Loading…
x
Reference in New Issue
Block a user