Skip to content
New issue

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

Websocket server hangs on Create token action #1589

Closed
containerman17 opened this issue Sep 26, 2024 · 2 comments
Closed

Websocket server hangs on Create token action #1589

containerman17 opened this issue Sep 26, 2024 · 2 comments

Comments

@containerman17
Copy link
Contributor

When the createToken action is submitted, the WebSocket server hangs and stops responding. There are no errors in the logs, and the action itself is executed successfully. However, all WebSocket connections to the node freeze after this action.

Source Code:

Details:

  • Transfer transactions work correctly through WebSocket without any issues.
  • The issue happens consistently after every createToken action.
  • The problem is not related to the client. The same behavior occurs when listening for new blocks in Go, suggesting that the WebSocket server itself hangs, though it's unclear if block production stops or if it's solely a WebSocket issue.
  • User get's charged gas fees, so looks like Tx is being processed

Additional Information:

@containerman17
Copy link
Contributor Author

To reproduce, clone https://github.com/ava-labs/hypersdk-starter, check out the cfmm-demo branch, and then run docker compose up -d --build frontend faucet. Refer to https://github.com/ava-labs/hypersdk-starter/blob/main/README.md for instructions on how to get started. @aaronbuchwald

@containerman17
Copy link
Contributor Author

Replaced by #1619

@containerman17 containerman17 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant