Skip to content
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

Update README.md #415

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update README.md #415

wants to merge 1 commit into from

Conversation

NickStrupat
Copy link

Sample code was hanging on await createServer(8080);, preventing the WebClient call to the server.

Sample code was hanging on `await createServer(8080);`, preventing the `WebClient` call to the server.
@tjanczuk
Copy link
Owner

I am not sure how the new version of the code is supposed to work. The createHttpServer is a C# function that is a proxy to Node.js call which establishes an HTTP listener. Making an HTTP request to that listener before calling createHttpServer should fail, because nothing is yet listening for that request. How is this change supposed to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants