阿大

Results 15 comments of 阿大

I have the same problem of @sanket-kulkarni-vmware - our connect codes ``` try { String[] serverURIs = parseServerUri(mqttClientConfig.getBrokerAddress()); MqttDefaultFilePersistence mqttDefaultFilePersistence = null; if (EmptyUtils.isNotEmpty(mqttClientConfig.getMqttFilePersisDir())) { mqttDefaultFilePersistence = new MqttDefaultFilePersistence(mqttClientConfig.getMqttFilePersisDir()); }...

老哥这个能不能windows环境下debug运行呢,刚刚接触C++,发现和JAVA不一样。

请问有详细的部署文档吗。

I am looking forward to it very much.

It is so helpful for me,Thanks a lot for reply and implemented it

I am implementing a client-server-client remote control system similar to Teamviewer based on Dayon's core code. I will use Netty as the network communication framework. If you are interested, you...

https://github.com/SpringStudent/remote-desktop-control, I have finished first version,hope you will try it