-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: DNS not resolving service name to IP address #23
Comments
My understanding of Rust is super basic, but I was planning on learning it... Something in which I can help? |
The related code is under these three crates: https://github.com/second-state/microservice-rust-mysql/blob/main/Cargo.toml#L11-L13 If you would like to dig into the details, please check the error caused in the microservice-rust-mysql and find which crates are highly related to the error. |
Perfect! |
Can you assign this to me? i will try my best to solve it. If I can't, I'll let you know. |
Sure. Here you go. |
I'm nearly 99% sure that the problem is with tokio_wasi crate, making some tests rn |
As you can see in WasmEdge/tokio@f6dae1c this problem seems to be solved, but anyway it still failing. Apparently, it has like version conflicts because the repo references 1.28.2 as the latest version but it's not published on crates.io |
#24 has the solution |
Related issue:
The current status:
127.0.0.11:53
DNS_SERVER
magic is not working.The text was updated successfully, but these errors were encountered: