thread 'tokio-runtime-worker' (255914) panicked at src/pubsub/src/publisher/actor.rs:154:34:
batch actors should not close the receiver from the Dispatcher: SendError { .. }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
This is likely during shutdown when tasks may be killed in arbitrary order. Similar to #4483
This is likely during shutdown when tasks may be killed in arbitrary order. Similar to #4483