ethexe
: test cr
98D6
eating a new subscription in case when Receiver becomes invalid
#4568
Labels
8000
ethexe
: test cr
98D6
eating a new subscription in case when Receiver becomes invalid
#4568
Subscription object in
alloy
is a wrapper on top of tokio Receiver.When stream is terminated Receiver and Subscription become invalid.
So we need to write the test with stream terminating and test the correct creation a new subscription. `
The text was updated successfully, but these errors were encountered: