[Bug] subscribe_blocks
could not downcast to pubsub when creating provider using RetryBackoffLayer
#1972
Labels
bug
Something isn't working
Component
provider, pubsub
What version of Alloy are you on?
0.9.2
Operating System
Linux
Describe the bug
I'm trying to build provider using
RetryBackoffLayer
as it was in the example below but addingIpcConnect
:https://github.com/alloy-rs/examples/blob/9db483f94af1fb23141baa8e574f3c2ae12b90e6/examples/layers/examples/retry_layer.rs#L29
It doesn't downcast to
pubsub
when runningsubscribe_blocks
method.The text was updated successfully, but these errors were encountered: