執(zhí)行mSession = ConnectFuture.getSession();拋出異常
ConnectFuture?future?=?mConnector.connect(mAddress); future.awaitUninterruptibly(); mSession?=?future.getSession(); 執(zhí)行完mSession?=?future.getSession()后,會(huì)拋出:Failed?to?get?the?session.異常 求解,萬(wàn)般感謝?。。?/pre>
2019-07-24
請(qǐng)問(wèn)您解決了嗎,我也遇到了這樣的問(wèn)題