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
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Description
SubscriptionStream from eth_subscribe to Alchemy RPC will have incorrect subscription id
Incorrect subscription id makes unsubscribing impossible
Description
SubscriptionStream from
eth_subscribe
to Alchemy RPC will have incorrect subscription idIncorrect subscription id makes unsubscribing impossible
I tried this code:
I expected to see this happen: 0xf13f7073ddef66a8c1b0c9c9f0e543c3 or U256 representation
Instead, this happened: 0
The text was updated successfully, but these errors were encountered: