Browse Source

fix(mongodb): fix deadlock while stopping mongodb resource

Ilya Averyanov 2 năm trước cách đây
mục cha
commit
58437cd35a
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 1
      apps/emqx_mongodb/rebar.config
  2. 1 0
      changes/ce/fix-11955.en.md

+ 1 - 1
apps/emqx_mongodb/rebar.config

@@ -3,5 +3,5 @@
 {erl_opts, [debug_info]}.
 {deps, [ {emqx_connector, {path, "../../apps/emqx_connector"}}
        , {emqx_resource, {path, "../../apps/emqx_resource"}}
-       , {mongodb, {git, "https://github.com/emqx/mongodb-erlang", {tag, "v3.0.21"}}}
+       , {mongodb, {git, "https://github.com/emqx/mongodb-erlang", {tag, "v3.0.22"}}}
        ]}.

+ 1 - 0
changes/ce/fix-11955.en.md

@@ -0,0 +1 @@
+Fix EMQX graceful stop when there is an unavailable MongoDB resource present.