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
It is crazy. I start my StreamConsumer in my app with "cargo run" and it properly consumes messages. When doing the same via spawning my app as tokio ask within my integration tests or via std::process::Command with exact the same command the consumer immediately closes.
Starting stream consumer wake loop: 0x14e834800
Shut down stream consumer wake loop: 0x14e834800
The text was updated successfully, but these errors were encountered:
It is crazy. I start my
StreamConsumer
in my app with "cargo run" and it properly consumes messages. When doing the same via spawning my app as tokio ask within my integration tests or viastd::process::Command
with exact the same command the consumer immediately closes.The text was updated successfully, but these errors were encountered: