Replies: 1 comment
-
Is there anybody help this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys :)
Hope you can help met out.
Question concerning anvil, docker and websockets:
I have a docker compose project:
The src container is a Typescript node app with EthersJs to set up a websocket provider. When running agains mainnet the app can succesfully subscribe to websocket events.
When using the Anvil local fork, it can connect to anvil through the
ws://anvil:8545 docker container
, I can see the connection in the anvil container logs.However there is no subscription data coming in to my app
Going into the src container and doing a
The above results in only one piece of data, not a stream of data
What am i missing?
Beta Was this translation helpful? Give feedback.
All reactions