Fixes for Zmodem missed in bf3fce

This commit is contained in:
2024-11-27 22:19:30 +11:00
parent fc11700601
commit 0e1086c99f
4 changed files with 19 additions and 5 deletions

View File

@@ -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);