jun3

Results 4 issues of jun3

执行代码 ```php Gateway::$registerAddress = "{$host}:{$port}"; echo "register=", Gateway::$registerAddress, PHP_EOL; while(true) { var_dump([ 'Gateway::getAllUidCount()' => Gateway::getAllUidCount(), 'getClientIdByUid' => Gateway::getClientIdByUid('123'), ]); sleep(1); } ``` 执行的日志 ```log [centos@ip-172-20-4-112 GatewayWorker]$ php -f ./bin/demo.php register=127.0.0.1:1239...

请问SFTP是如何实现同步的, 自己的服务器是使用的宝塔面板搭建的, 也配置了FTP服务器, 但是一直无法同步

question

request: ``` messageJson={"noticeBarInfo":{"noticeBarType":0,"title":"这是一条推送标题","content":"这是一条推送内容"},"noticeExpandInfo":{"noticeExpandType":1,"noticeExpandContent":"这是一条推送内容"},"clickTypeInfo":{"clickType":0,"url":"","parameters":{},"activity":"","customAttribute":""},"pushTimeInfo":{"offLine":1,"validTime":24},"advanceInfo":{"suspend":0,"clearNoticeBar":1,"fixDisplay":0,"fixStartDisplayTime":0,"fixEndDisplayTime ":0,"notificationType":{"vibrate":1,"lights":1,"sound":1},"notifyKey":""}} ``` response: ``` {"code":"500","message":"content is empty","redirect":"","value":""} ```

![image](https://github.com/user-attachments/assets/e1f7d1c0-ca73-4818-aba0-b79385623a4e) Multiple parts of the framework use **signal.Notify** method is used to listen for program shutdown signals, resulting in the inability to properly direct all struct Shutdown methods before each...