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

allow forwarding jester.reusePort as not httpbeast.failOnExistingPort #281

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

timotheecour
Copy link
Contributor

@timotheecour timotheecour commented Jul 15, 2021

depends on dom96/httpbeast#53 which should be merged first

before PR

in terminal tab 1:
nim r --threads jester/tests/example.nim

in terminal tab 2:
nim r --threads jester/tests/example.nim # no failure
curl http://0.0.0.0:5000 # sends cmd to 1st server

after PR

in terminal tab 1:
nim r --threads jester/tests/example.nim

in terminal tab 2:
nim r --threads jester/tests/example.nim
Additional info: address: "" port: 5000 [OSError]

@timotheecour timotheecour changed the title allow forwarding reusePort; use asynctools instead of fork now that PR was merged allow forwarding reusePort Jul 15, 2021
@timotheecour timotheecour changed the title allow forwarding reusePort allow forwarding reusePort as failOnExistingPort Jul 15, 2021
@timotheecour timotheecour changed the title allow forwarding reusePort as failOnExistingPort allow forwarding jester.reusePort as not httpbeast.failOnExistingPort Jul 15, 2021
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

1 participant