Multiple connections to different clusters not working
I haven't found the root cause yet, but to me it seems like you can't create two different connections to different RethinkDB servers. If you try to the first connects, but the second one just hangs.
I debugged a bit further, this is only the case when using two different clusters, not when using .connect() only. I am trying to connect to a staging and production cluster to work with data from both environments.
@lenovouser hello. I'll try to investigate if we can split out the different logic to its own modules inside the package. Right now the r is a big polluted singleton which does all the magic. It'll take time, but still better than nothing=)
@lenovouser @skynightz I have made some work in the direction of this issue. If you are interested to help me test this out- get in touch