jeEt
jeEt
Same here when running on Mac.
@comtihon any idea when will this be looked upon ?
mongo_api:connect(). should connect to mongo cluster https://docs.mongodb.com/manual/reference/connection-string/
Yes i am able to connect using Java/C/C++ driver as well mongo shell. mongo "mongodb+srv://xxxx-hbcsf.mongodb.net/test" --username xxxx --password xxxxx ``` MongoDB shell version v4.0.1 connecting to: mongodb+srv://xxxx-hbcsf.mongodb.net/test 2018-08-24T11:19:42.803+0530 I NETWORK...
thanks a bunch @comtihon
@comtihon I checked this it still does not work. ``` Seed = { rs, , [ "xxxxx-shard-00-00-hbcsf.mongodb.net:27017", "xxxxx-shard-00-01-hbcsf.mongodb.net:27017", "xxxxx-shard-00-02-hbcsf.mongodb.net:27017"] }. TopologyOptions=[{name, },{register, xx_pool},{pool_size, 1},{ssl, true},{max_overflow, 10}]. WorkerOptions=[{database, }]. ``` later...
I think this is same as #196 , this is a much needed feature.
when does it get merged ?
Fixed the tests.
what is current file queue format why will it not be done in o(1) can we not peek to the last entry ?