mongodb-erlang
mongodb-erlang copied to clipboard
Protocol detection broken?
The detect_protocol_type in mc_worker_pid_info seems to be failing.
the function crashes with Command = bson:fields({hello, 1}), but not with Command = {hello, 1}.
The error given is badarg
This should be addressed with https://github.com/comtihon/mongodb-erlang/pull/265.