雾聪
2023-06-16 4382dcb15fe5e1ec0a03c0852998a4000ccf7161
funasr/runtime/websocket/funasr-wss-client.cpp
@@ -217,7 +217,7 @@
                }
            }
            if (wait) {
                LOG(INFO) << "wait.." << m_open;
                // LOG(INFO) << "wait.." << m_open;
                WaitABit();
                continue;
            }
@@ -291,7 +291,7 @@
                                       false, 1, "int");
    TCLAP::ValueArg<int> is_ssl_(
        "", "is-ssl", "is-ssl is 1 means use wss connection, or use ws connection", 
        false, 0, "int");
        false, 1, "int");
    cmd.add(server_ip_);
    cmd.add(port_);