You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.
I installed the Nuget Packages, which seem to be based on the DotNetCore branch and the Microphone.Core.Configuration.FreeTcpPort() method seems to have debugging code still in it.
The text was updated successfully, but these errors were encountered:
Probably because if you clone repository and go into Configuration class this is what would you see
privatestaticintFreeTcpPort(){return8181;//var l = new TcpListener(IPAddress.Loopback, 0);//l.Start();//var port = ((IPEndPoint)l.LocalEndpoint).Port;//l.Stop();//return port;}
If want to write your own FreeTcpPort method just uncommend the code above,
I installed the Nuget Packages, which seem to be based on the DotNetCore branch and the Microphone.Core.Configuration.FreeTcpPort() method seems to have debugging code still in it.
The text was updated successfully, but these errors were encountered: