rexlin600

Results 5 comments of rexlin600

MacOS Version: 10.14.2 WeChat Version: 2.3.22 WeChatPlugin Version: 1.7.5

Maybe you can check the reasons from the MQTT server. @chenyugui I found that this timeout problem was due to the timeout caused by broker queue blocking between the server...

我是这解决的 private static final AES SINGLE_AES; static { SecureUtil.disableBouncyCastle(); SINGLE_AES = SecureUtil.aes(AES_KEY.getBytes(StandardCharsets.UTF_8)); }

I meet this issue too