-
Notifications
You must be signed in to change notification settings - Fork 96
RF: Create a random socket location for every instance. #182
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
Conversation
This is not implemented for windows, for now, since that takes a slightly different path (using TCP). I'd be happy for input on how this would work on Windows |
@arokem, we could use this on Windows: |
Something like this? On Tue, Apr 21, 2015 at 12:08 PM, Steven Silvester <[email protected]
|
Yup. |
Can someone please try this out on a Windows machine to see it doesn't break anything? |
Hey @auneri - you are working on a Windows machine, right? Could you please pull from this branch and test that it works for you? I don't have a Windows machine to test on. |
Sorry for the delayed response, I'll test this today, will let you know how it goes. |
Thanks! Let me know what you find. I do want to put out a new release next On Mon, May 11, 2015 at 7:55 AM, Ali Uneri [email protected] wrote:
|
I tried testing this, unfortunatelly I am getting an error. 😢 This is what I get in matlab window:
and in python:
|
Unbind socket and run server after identifying random port
Thanks @auneri - just making sure - this now works well for you on Windows? Ready to merge? |
Yes, good to go. |
RF: Create a random socket location for every instance.
See #168