-
Notifications
You must be signed in to change notification settings - Fork 18
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
JVM_Bind on simple target connection try #3
Comments
Hi Roman, You are trying to connect an IP and port which is already in use. Please check if any other application is using the given IP and port. Are you executing the application as a Unit test? Do you close the socket(s) when quitting? Best regrads, |
not really it was just a straight forward scenario |
Did you check if there is another application running on the same IP and port because your error is showing this. |
yeah I did, and also checked the other ports , |
Did you try it with an UnsecureSourceSideConnectionEstablishment instead of UnsecureTargetSideConnectionEstablishment? |
Hi Romanman |
Hey guys ,
Thanks for glorious lib,
some small problem I am trying to establish simple
hole punching, for that I have started mediator
on some server and trying to connect to it by
that code:
I see that the connection is touching the mediator for sure because
I get there output like that:
but on the client side I am getting this:
any idea why does it happens ?
@72Zn
@crusherd
Thanks in advance
Roman
The text was updated successfully, but these errors were encountered: