fix(emqx_exproto_conn): dialyzer warning
This commit is contained in:
parent
d3fda0f944
commit
fb5ad0559f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue