fix(stomp): `conn_props` should be map
This commit is contained in:
parent
f42c04d6fc
commit
3cc2f0e2d3
|
@ -152,7 +152,7 @@ default_conninfo(ConnInfo) ->
|
|||
clean_start => true,
|
||||
clientid => undefined,
|
||||
username => undefined,
|
||||
conn_props => [],
|
||||
conn_props => #{},
|
||||
connected => false,
|
||||
connected_at => undefined,
|
||||
keepalive => undefined,
|
||||
|
@ -814,4 +814,3 @@ interval(outgoing_timer, #pstate{heart_beats = HrtBt}) ->
|
|||
emqx_stomp_heartbeat:interval(outgoing, HrtBt);
|
||||
interval(clean_trans_timer, _) ->
|
||||
?TRANS_TIMEOUT.
|
||||
|
||||
|
|
Loading…
Reference in New Issue