reset method
Reset the negotiator to a state that negotation can happen again.
Implementation
void reset() {
state = NegotiatorState.ready;
}
Reset the negotiator to a state that negotation can happen again.
void reset() {
state = NegotiatorState.ready;
}