Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deps/amqp10_client/src/amqp10_client_frame_reader.erl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ callback_mode() ->
[handle_event_function].

init([Sup, ConnConfig]) when is_map(ConnConfig) ->
process_flag(trap_exit, true),
Port = maps:get(port, ConnConfig, 5672),
%% combined the list of `addresses' with the value of the original `address' option if provided
Addresses0 = maps:get(addresses, ConnConfig, []),
Expand Down
Loading