You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: