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
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