Val

Results 70 comments of Val

I haven't tried it myself. But what is preventing the driver to be used there?

Can you please check if eJabberd is using poolboy? because my driver is using it's fork and it can be a problem.

ok. Can you then post the error you are getting by trying to use ejabberd and my driver together?

Hi, sorry for long delay. I am on sick leave now. Can you please create a PR (with minor version increment)? I will merge it.

Hi, Can you please check erlang get code against data written by C# and vice versa?

Bad luck. Have you tried connecting with this credentials via mongo shell? Which database these credentials belong to - root or Database? What is the version of the mongodb? Is...

Yes, got it. I'll fix.

Hi, mc_worker checks only `ok` when sending ensure index request. ``` {ok, _, _} = mc_worker_logic:make_request( Socket, NetModule, ConnState#conn_state.database, #insert{collection = mc_worker_logic:update_dbcoll(Coll, ), documents = [Index]}), ``` `mongo_api:ensure_index` doesn't send...

if you use `mc_worker_api` you have to do reconnect yourself, as workier just dies, when it looses connection to the database. If you use `mongo_api` reconnects should be handled automatically....