jasta / esp32-tokio-demo

Demo of tokio running on esp32 using esp-idf
MIT License
33 stars 5 forks source link

Stack overflow on ESP32S3 using tokio #8

Open lorenzo-pirchio opened 4 months ago

lorenzo-pirchio commented 4 months ago

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