I'm currently using hyper as part of functional test with Toppokki.
The problem being that I'm unable to close the current server after each test, so when I run a new describe the old server is still active and I get a clash.
I know that Node.HTTP has a close function here, is it something I've missed or would it be a needed feature?
I'm currently using hyper as part of functional test with Toppokki.
The problem being that I'm unable to close the current server after each test, so when I run a new
describe
the old server is still active and I get a clash.I know that Node.HTTP has a close function here, is it something I've missed or would it be a needed feature?