This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Version 4.x does not fire connected
event for subscriptions.
#6252
Labels
According to 1.x documentation https://web3js.readthedocs.io/en/v1.2.11/web3-eth-subscribe.html there should be an event called
connected
that fires once after the subscription is successfully connected and should return the subscription id.But version 4.x does not implement that.
However, it is mentioned as a number. But should be a string. As the subscription id used in version 4.x is a string.
The text was updated successfully, but these errors were encountered: