Revert "改名"
This reverts commit fdf58326
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ class AsyncClient extends ClientAbstracts
|
||||
|
||||
$this->client->send(implode("\r\n", $array) . "\r\n\r\n" . $content . "\r\n\r\n");
|
||||
$receive = '';
|
||||
while (true) {
|
||||
while ($this->client->isConnected()) {
|
||||
$_tmp = $this->client->recv();
|
||||
if (empty($_tmp)) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user