您好我正在尝试使用C#驱动程序连接到RethinkDB数据库,它似乎不会连接。它不会转到下一行:
RethinkDB r = new RethinkDB();
Connection con=await r.Connection().Hostname("localhost").Port(9300).ConnectAsync();
--code after this line
答案 0 :(得分:0)
我通过将端口更改为28015来解决了这个问题。我正在使用与重新链接的UI相同的端口。