2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

24_TPLinkHS110.pm: Improved stability

git-svn-id: https://svn.fhem.de/fhem/trunk@12184 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
vsauer 2016-09-20 10:05:39 +00:00
parent 5b5e9354f8
commit a9f02946d7

View File

@ -148,7 +148,7 @@ sub TPLinkHS110_Get($$)
or return "Couldn't connect to $remote_host:$remote_port: $@\n";
$socket->send($c);
my $data;
$socket->recv($data,1024);
$socket->recv($data,8192);
$socket->close();
$data = decrypt(substr($data,4));
eval {