fix(emqx_exproto_conn): dialyzer warning

This commit is contained in:
Zaiming Shi 2020-12-01 13:40:31 +01:00
parent d3fda0f944
commit fb5ad0559f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
-record(state, { -record(state, {
%% TCP/SSL/UDP/DTLS Wrapped Socket %% TCP/SSL/UDP/DTLS Wrapped Socket
socket :: esockd:socket(), socket :: {esockd_transport, esockd:socket()} | {udp, _, _},
%% Peername of the connection %% Peername of the connection
peername :: emqx_types:peername(), peername :: emqx_types:peername(),
%% Sockname of the connection %% Sockname of the connection