Skip to content

Commit 770f7a7

Browse files
Do not reset mTimeoutId when IceTransport::TimeoutCallback is called
1 parent a390eac commit 770f7a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/impl/icetransport.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,6 @@ void IceTransport::changeGatheringState(GatheringState state) {
741741

742742
void IceTransport::processTimeout() {
743743
PLOG_WARNING << "ICE timeout";
744-
mTimeoutId = 0;
745744
changeState(State::Failed);
746745
}
747746

0 commit comments

Comments
 (0)