ethers-rs icon indicating copy to clipboard operation
ethers-rs copied to clipboard

Deserialization of subscriptions fail silently

Open joleeee opened this issue 2 years ago • 0 comments

I don't get the reason behind this in principle, and in practice it makes implementing middleware with non-standard subscriptions annoying as you don't get a nice deser error, but instead you get nothing

Code: https://github.com/gakonst/ethers-rs/blob/master/ethers-providers/src/pubsub.rs#L93

joleeee avatar Jun 29 '22 01:06 joleeee