victorkevin2
Results
1
issues of
victorkevin2
## 示例代码 ``` try { PushResult result = jpushClient.sendPush(payload); LOG.info("Got result - " + result); Thread.sleep(5000); // 请求结束后,调用 NettyHttpClient 中的 close 方法,否则进程不会退出。 jpushClient.close(); } catch(InterruptedException e) { e.printStackTrace(); } ```...