This repository contains a reproduction of an infinite recursion bug caused by websocket subscription handling in Solana's Web3.js library.
- Clone the repository to your local machine.
- Run
yarn install
to install dependencies. - Run
yarn build
to build the program. - Run
yarn start
to start the reproduction. - Observe the infinite recursion in the console.
Node version: v18.14.0
This repository is licensed under the MIT license.
This reproduction was created by dfl-zeke.