jester icon indicating copy to clipboard operation
jester copied to clipboard

allow forwarding `jester.reusePort` as not `httpbeast.failOnExistingPort`

Open timotheecour opened this issue 2 years ago • 0 comments

depends on https://github.com/dom96/httpbeast/pull/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 avatar Jul 15 '21 00:07 timotheecour