esp32-tokio-demo
esp32-tokio-demo copied to clipboard
Stack overflow on ESP32S3 using tokio
Hi, checking this project, I'm trying to develop a xmpp client for esp32 using tokio-xmpp for Rust. But in the main, I get a stack overflow at the line runtime.block_on() and the function inside the async code block is not called. I'm checking all these action using logs since the debugger doesn't work. Thanks