From 7462ed92baea3935109591b581533de559f18cc9 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Thu, 3 Dec 2020 17:13:06 +0800 Subject: [PATCH] chore: eliminate diaylzer warnings --- src/emqx_connection.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emqx_connection.erl b/src/emqx_connection.erl index 7d055a14e..6e8ed9a46 100644 --- a/src/emqx_connection.erl +++ b/src/emqx_connection.erl @@ -119,6 +119,7 @@ , init_state/3 , run_loop/2 , system_terminate/4 + , system_code_change/4 ]}). -spec(start_link(esockd:transport(), esockd:socket(), proplists:proplist())