执行mSession = ConnectFuture.getSession();抛出异常
ConnectFuture future = mConnector.connect(mAddress); future.awaitUninterruptibly(); mSession = future.getSession(); 执行完mSession = future.getSession()后,会抛出:Failed to get the session.异常 求解,万般感谢!!!
ConnectFuture future = mConnector.connect(mAddress); future.awaitUninterruptibly(); mSession = future.getSession(); 执行完mSession = future.getSession()后,会抛出:Failed to get the session.异常 求解,万般感谢!!!
2017-09-21
举报