Fixes for Zmodem missed in bf3fce
This commit is contained in:
@@ -127,6 +127,8 @@ final class SocketServer {
|
||||
if (($accept = socket_accept($this->server)) === FALSE)
|
||||
throw new SocketException(SocketException::CANT_ACCEPT,socket_strerror(socket_last_error($this->server)));
|
||||
|
||||
Log::debug(sprintf('%s:* TCP Loop Start',self::LOGKEY));
|
||||
|
||||
try {
|
||||
$r = new SocketClient($accept);
|
||||
|
||||
|
Reference in New Issue
Block a user