文件名称:PhergieKeepAlive:Phergie 插件监控连接是否处于活动状态,如果超时,它将尝试重新连接
文件大小:13KB
文件格式:ZIP
更新时间:2024-07-03 07:17:19
PHP
保持活力 插件监控连接是否处于活动状态,如果超时,它将尝试重新连接。 安装 推荐的安装方法是 。 { " require " : { " nfauchelle/phergie-keep-alive " : " ~1.0.0 " } } 或者使用下面的命令,它会自动检测最新版本并用~绑定它。 composer require nfauchelle/phergie-keep-alive 有关更多信息,请参阅 Phergie 文档。 配置 new \ Phergie \ Irc \ Plugin \ React \ KeepAlive \ Plugin ( array ( // Seconds of inactivity before attmping reconnect 'timeout' => 600 , // Quit me
【文件预览】:
PhergieKeepAlive-master
----composer.json(1KB)
----.travis.yml(165B)
----phpunit.xml(542B)
----composer.lock(59KB)
----tests()
--------PluginTest.php(1KB)
----LICENSE(1KB)
----src()
--------Plugin.php(4KB)
----.gitignore(9B)
----README.md(1KB)