Denis Dijak
Results
1
issues of
Denis Dijak
@Override public void sendAccountAnswer(RfAccountingAnswer accountAnswer) throws InternalException, IllegalStateException, RouteException, OverloadException { try { session.send(accountAnswer.getMessage()); /* TODO: Need to notify state change... if (isStateless() && isValid()) { session.release(); } */ }...