mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Update types to fix dialyzer warnings
This commit is contained in:
parent
b045bd806a
commit
e855791f16
@ -47,10 +47,10 @@
|
||||
|
||||
-record(state,
|
||||
{socket :: ws_socket(),
|
||||
ping_interval = ?PING_INTERVAL :: pos_integer(),
|
||||
ping_interval = ?PING_INTERVAL :: non_neg_integer(),
|
||||
ping_timer = make_ref() :: reference(),
|
||||
pong_expected :: boolean(),
|
||||
timeout = ?WEBSOCKET_TIMEOUT :: pos_integer(),
|
||||
timeout = ?WEBSOCKET_TIMEOUT :: non_neg_integer(),
|
||||
timer = make_ref() :: reference(),
|
||||
input = [] :: list(),
|
||||
waiting_input = false :: false | pid(),
|
||||
|
Loading…
Reference in New Issue
Block a user