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
My repro is using a NATS KV watch_all operation (which creates a push consumer under the hood) and having the NATS server be SIGKILL'd, this creates this panic.
At the same time even if the client is dropped as a whole it shouldn't panic its owning thread either way, because this prevents graceful recovery
Observed behavior
When the NATS JS server goes away (connectivity issue, etc), the owning process gets crashed because there's an unwrap here:
nats.rs/async-nats/src/jetstream/consumer/push.rs
Line 503 in 7a094ff
Expected behavior
Not crashing the owning process
Server and client version
latest for both
Host environment
N/A
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: