alchemy-sdk-js icon indicating copy to clipboard operation
alchemy-sdk-js copied to clipboard

Fix reconnections for other subscription types

Open dphilipson opened this issue 2 years ago • 0 comments

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.

dphilipson avatar Dec 09 '22 02:12 dphilipson