Although those unwraps seem safe, it's still better not not have app panicking at all.
Even in case of those somehow failing, client will recover by itself on next iteration of the timer.
If Stream is dropped, we also shutdown the task, so dropped sender/receiver should not matter.
Although those unwraps seem safe, it's still better not not have app panicking at all. Even in case of those somehow failing, client will recover by itself on next iteration of the timer. If Stream is dropped, we also shutdown the task, so dropped sender/receiver should not matter.
Signed-off-by: Tomasz Pietrek tomasz@nats.io