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
I'm currently trying to debug hangups in my project and what both gdb stacktraces and tokio_console show me - there's something strange going on between tokio & my usage of rumqtt.
The tokio_console give's a clear WARNING: Both my tokio tasks running Broker.start() and LinkRx.recv() never yield back control.
I'm using rumqtt 0.19.0 and tokio 1.45.1.