Closed JimMoen closed 2 years ago
Just exit when auth failed. Notice that the poolboy_sup used simple_one_for_one sup flag, the client process will still be restarted continuously.
poolboy_sup
simple_one_for_one
replaced by https://github.com/emqx/mongodb-erlang/pull/30
Just exit when auth failed. Notice that the
poolboy_sup
usedsimple_one_for_one
sup flag, the client process will still be restarted continuously.