fix(mongodb): fix deadlock while stopping mongodb resource
This commit is contained in:
parent
d91b7658be
commit
58437cd35a
|
@ -3,5 +3,5 @@
|
||||||
{erl_opts, [debug_info]}.
|
{erl_opts, [debug_info]}.
|
||||||
{deps, [ {emqx_connector, {path, "../../apps/emqx_connector"}}
|
{deps, [ {emqx_connector, {path, "../../apps/emqx_connector"}}
|
||||||
, {emqx_resource, {path, "../../apps/emqx_resource"}}
|
, {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"}}}
|
||||||
]}.
|
]}.
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Fix EMQX graceful stop when there is an unavailable MongoDB resource present.
|
Loading…
Reference in New Issue