Anton Banchev
Anton Banchev
Try to connect to the docker shell and see if ping is working, maybe it is a networking issue with docker.
Depends on the machine that it is running on, as well as on the amount of coins, for reference here is how a two core vultr server looks when there...
the latest commit should be using less CPU, you can test it
Not yet, maybe when i rewrite parts of it to use KOA instead of express i will do it.
Freqtrade does not see the proxy port, probably a networking configuration issue, check that they are both on the same network, for docker you may need host mode networking for...
As a temporary fix join them yourself and pass one string to subscribe
> @abanchev It's done, I did it as follows: > > ```ts > streamClient.subscribe([ > `${symbols[0]}@kline_${Interval['1m']}`, > symbols.slice(1).map((s) => `${s}@kline_${Interval['1m']}`).join('/') > ]); > ``` You can just do ``` streamClient.subscribe(...
Revert back to the old version (1.1.2) , the latest one introduces dependencies and one of them (not sure which) breaks something.