Merge
Merge remote branch 'github-ivan1986/master'
This commit is contained in:
@@ -465,8 +465,7 @@ class XMPPHP_XMLStream {
|
||||
}
|
||||
$part = fread($this->socket, 4096);
|
||||
stream_set_blocking($this->socket, 1);
|
||||
|
||||
if (!$part) {
|
||||
if ($part === false) {
|
||||
if($this->reconnect) {
|
||||
$this->doReconnect();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user