Closed DK-DARKmatter closed 5 years ago
Why the cargo test --verbose
failed?
Why the
cargo test --verbose
failed?
Probably because the test process calls read()
and/or write()
and you changed the behavior subtly. Alternatively, the next!()
macro is broken.
Change the name of the function indeed pass the test. But that's not the thing we expect. Is there any other alternative way we could solve this?
You need to debug the problem.
Obsoleted by #21.
Implement read() and write() function, tls part needs to be implemented in the future.