You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
changed the title
Multiple connections to different not working
Multiple connections to different clusters not working
Sep 17, 2019
@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=)
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.
The text was updated successfully, but these errors were encountered: