社交电商系统操作文档(内部)IM即时通讯-Linux 启动

时间:2023年05月09日

/

来源:网络

/

编辑:佚名

Linux 启动
如启动失败请 查看坑点概述
Linux运行IM即时通讯
1. 远程连接Linux
可以通过远程连接软件、VNC远程连接、Workbench或宝塔面板 > 软件商店 > 宝塔SSH终端进入SSH 终端
cd命令 进入cd www/wwwroot/你的网站/此目录

2. 启动即时通讯
首次启动请使用 php think wanlshop:chat start !!!! 才可以看到是否有其他被禁用函数导致不正常启动,正常启动成功后 php think wanlshop:chat start --daemon

宝塔 php 禁用函数 删掉这个开头的
删除后 关掉当前命令窗口 在运行
进入网站根目录后复制以下命令
调试启动(终端关闭后会关闭进程)
php think wanlshop:chat start
守护启动(终端关闭后会在后台持续运行)
php think wanlshop:chat start --daemon
停止
php think wanlshop:chat stop
重启
php think wanlshop:chat restart
平滑重启
php think wanlshop:chat reload
查看状态
php think wanlshop:chat status

​​​​​​​示例启动
配置超时时间:/addons/wanlshop/library/WanlChat/GatewayClient.php中的这一句  public static $connectTimeout = 3;
修改时间为6。

class GatewayClient
{
    /**
     * gateway 实例
     *
     * @var object
     */
    protected static $businessWorker = null;

    /**
     * 注册中心地址
     *
     * @var string|array
     */
    public static $registerAddress = '127.0.0.1:1238';

    /**
     * 秘钥
     * @var string
     */
    public static $secretKey = '';

    /**
     * 链接超时时间
     * @var int
     */
    public static $connectTimeout = 3;

    /**
     * 与Gateway是否是长链接
     * @var bool
     */
    public static $persistentConnection = false;
猜你需要

豫ICP备2021026617号-1  豫公网安备:41172602000185   Copyright © 2021-2028 www.78moban.com/ All Rights Reserved

本站作品均来自互联网,转载目的在于传递更多信息,并不代表本站赞同其观点和对其真实性负责。如有侵犯您的版权,请联系 1565229909#qq.com(把#改成@),我们将立即处理。