-
-
Notifications
You must be signed in to change notification settings - Fork 731
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
fix async issue where same port is considered open #262
Conversation
Hey guys! When this will be merged? |
Good to merge @GregorBiswanger? Looks good to me. |
Good evening, how may I use this in my project? We need this fix ASAP. |
Until this is merged, you will need to use .net/nuget locals. You will need to use my fork of Electron.NET, in your local project. What I do right now is, I have a git repo which contains my fork of Electron.NET as a submodule, and then contains a .sln file alongside my fork of Electron.NET - then I use nuget locals, and a Makefile that helps to make sure I am compiling my fork w/ these changes. (Note: you may want to merge my fork on your local with most recent master, there likely have been changes since I made this PR) My Directory structure:
NuGet config for local packages:
Makefile:
@rakista112 hope this helps |
@GregorBiswanger I assure you, this should be merged :) I promise the JS force is strong with me ^-^ This is going to keep coming up in Electron.NET. I wouldn't be surprised if there are many people experiencing this problem and not commenting about it, but just giving up on Electron.NET because of inconsistent intermittent startup behavior. |
Solves #261