-
|
In driver.go function Stop: if atomic.LoadUint32(&c.listeners) > 0 {
err := c.stream.Purge(ctx)
if err != nil {
c.log.Error("drain error", zap.Error(err))
}
c.stopCh <- struct{}{}
}Messages that haven't been consumed will be cleared every time the roadrunner restarts. |
Beta Was this translation helpful? Give feedback.
Answered by
rustatian
Nov 4, 2025
Replies: 1 comment 5 replies
-
|
Hey @shellphy 👋 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed, will be in the next release.