You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: