Closed dotsoftware closed 6 years ago
I am also wondering this. This is very important!
There are native work arounds such as webworkers. With the way this library was originally written it's currently not possible. I do want to try do this, but I have to think about the people who don't need it, too. Unnecessarily breaking someones bot is always out of the question for me so I need to implement it in a way that is backward compatible. I'm really busy for a few more weeks then I will have a lot more free time.
Another contributed helped me implement this! Its done in a very clever yet simple way.
@springjben Please share it with us :)
@SagiMedina : I think @springjben is referring to https://github.com/dparlevliet/node.bittrex.api/pull/66
I created #66. You could check it before changes will be accepted. Just refer to npm documentation how to install package from git:
npm i git+https://github.com/pldin601/node.bittrex.api.git
This is in the newest release
Is it possible to modify the plugin so that it can create an array of bittrex instances? Momentarily, only one user can use the application at the same time.