We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After updating to the latest hyperion stream client library i encounter the following scenarion
Used Hyperion Endpoint version: 3.7.7 with stream enabled Used Hyperion Stream client version: 1.0.3
Running the code provided on the readme page does noting
The only output is
[hyperion:debug] Connecting to .......
Using the older version with fetch works without a problem.
"@eosrio/hyperion-stream-client": "^0.4.0-beta.5", "node-fetch": "^2.6.1"
The text was updated successfully, but these errors were encountered:
I am also having this same issue!
Sorry, something went wrong.
The new version requires compatibility on the server side too, so unless your api endpoint is updated it won't work
@igorls Where can we find out more about version compatibility? Does the server pretty much need the same version as the client?
Make sure you are forwarding the /stream path on the server side, after version 3.4 of the server we will move with matching versions
No branches or pull requests
After updating to the latest hyperion stream client library i encounter the following scenarion
Used Hyperion Endpoint version: 3.7.7 with stream enabled
Used Hyperion Stream client version: 1.0.3
Running the code provided on the readme page does noting
The only output is
Using the older version with fetch works without a problem.
The text was updated successfully, but these errors were encountered: