alchemy-sdk-js
alchemy-sdk-js copied to clipboard
Fix reconnections for other subscription types
Subscription reconnections were only working for newHeads and logs subscriptions because of a missing case for the other types. Now all subscription types will reconnect when the connection drops.