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
I'm running: Which Aion version?: branch: testnet_q3_mastery, HEAD Which operating system?: Unix, Linux Which distributor and version?: Darwin OSX, Debian 9 (stretch) How installed?: from source Are you fully synchronized?: yes Did you try to restart the node?: yes
I'm running:
There's no bug. I am wondering what has been the discussion so far.
I tried connecting with Web3.providers.WebsocketProvider but I realized that is not implemented on Aion.
Web3.providers.WebsocketProvider
I looked into it and found that Aion runs NanoHTTPD which reports to have websocket functionality. This may enable more features on web3 JS.
Web3 has a subscription feature. I don't see how I can make that work unless I poll the server which would be difficult to track the events that way.
I don't know what difficulty it would be for the Java devs or if it's necessary to have it.
Your thoughts?
The text was updated successfully, but these errors were encountered:
Thanks for your report, in the next release, we will replace the HTTP service implement. Let on we will try to let the feature in. Thanks.
Sorry, something went wrong.
Thanks @AionJayT 👍
@JayT106 is this something you see happening on v0.3.2?
ali-sharif
AionJayT
No branches or pull requests
There's no bug. I am wondering what has been the discussion so far.
I tried connecting with
Web3.providers.WebsocketProvider
but I realized that is not implemented on Aion.I looked into it and found that Aion runs NanoHTTPD which reports to have websocket functionality. This may enable more features on web3 JS.
Web3 has a subscription feature. I don't see how I can make that work unless I poll the server which would be difficult to track the events that way.
I don't know what difficulty it would be for the Java devs or if it's necessary to have it.
Your thoughts?
The text was updated successfully, but these errors were encountered: