mongodb-erlang icon indicating copy to clipboard operation
mongodb-erlang copied to clipboard

Protocol detection broken?

Open silajim opened this issue 5 months ago • 1 comments

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

silajim avatar Nov 09 '25 22:11 silajim

This should be addressed with https://github.com/comtihon/mongodb-erlang/pull/265.

samwar avatar Dec 01 '25 22:12 samwar