From 5c5558ac8db0d73541237540b384dece570db581 Mon Sep 17 00:00:00 2001 From: William Yang Date: Thu, 16 Nov 2023 14:54:42 +0100 Subject: [PATCH] tmp: try private branch for v5 --- rebar.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 0daa022..59f4930 100644 --- a/rebar.config +++ b/rebar.config @@ -16,7 +16,8 @@ {deps, [ {getopt, {git, "https://github.com/zmstone/getopt", {tag, "v1.0.2.1"}}}, - {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.8.4"}}} + %{emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.8.4"}}} + {emqtt, {git, "https://github.com/qzhuyan/emqtt", {branch, "dev/william/reconnect-when-server-mqtt-disconnect"}}} ]}. {escript_name, emqtt_bench}.