timer_F method

void timer_F()

Implementation

void timer_F() {
  logger.debug('Timer F expired for transaction $id');
  stateChanged(TransactionState.TERMINATED);
  ua!.destroyTransaction(this);
  _eventHandlers.emit(EventOnRequestTimeout());
}