-
SummaryI'm new to axum and currently writing a little project for practice. My question is how do I spawn a server in a proper way for test cases?
I'm confused with the second case, why does it fail? What is the proper way to do this? axum version0.7.5 |
Beta Was this translation helpful? Give feedback.
Answered by
SergeFan
Apr 20, 2024
Replies: 1 comment
-
I might have found the answer, I will try it later to see if this is the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SergeFan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I might have found the answer, I will try it later to see if this is the problem.
Tests: Wait until server has started? #1701