-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ice4j goes to 'TERMINATED' state on failure #169
Comments
Just a small investigation, because I've touched related code in my PRs.
What is strange with It might be the case that I've looked at source code of different (current master) Could you please give move details about issue: |
Hey @mstyura, thanks for looking at this! It was just something I ran into that I wanted to make sure we tracked, but you reminded me of an important point: the ice4j version I'm using is old; it's version 2.0.0-20180713.194548-10. |
During some testing I noticed ice4j transitioning to TERMINATED state, which is supposed to represent success, in a failure case (ICE did not connect successfully). I ran into this when looking at re-enabling ICE connections for health checks in the new bridge code. The case is not exactly valid--it involves 2 ice agents, both in single port mode (using the same port) and both marked as controlling--but still we should not transition to TERMINATED here. Attached bridge logs with ice4j logging on FINEST.
ice4j_running_to_terminated_bug.log
The text was updated successfully, but these errors were encountered: