chenzl-123
chenzl-123
Hello, I would like to ask if this problem has been solved?
“tcp://hostname:port;ifname=eth0” This method is great. Do you plan to add this tab.
I has tested, the api works normally, the api is very good, but like "LIBMQTT_API int MQTTClient_setCallbacks(MQTTClient handle, void* context, MQTTClient_connectionLost* cl, MQTTClient_messageArrived* ma, MQTTClient_deliveryComplete* dc)" Whether to consider adding...
thank you very much!
rest_rpc::rpc_client m_rpcClient int start() { int nCount = 0; m_rpcClient.enable_auto_heartbeat(); // automatic heartbeat m_rpcClient.connect("127.0.0.1", 8999); while (nCount < 10) { if (m_rpcClient.has_connected()) { printf("netclient connect success\r\n"); break; } else {...
服务端和客户端同时启动