esp32-tokio-demo icon indicating copy to clipboard operation
esp32-tokio-demo copied to clipboard

Stack overflow on ESP32S3 using tokio

Open lorenzo-pirchio opened this issue 1 year ago • 0 comments

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

lorenzo-pirchio avatar Jun 25 '24 09:06 lorenzo-pirchio