Skip to content

Commit

Permalink
Add test for multiple sessions on same connection
Browse files Browse the repository at this point in the history
given that a single writer is used across multiple sessions.
  • Loading branch information
ansd committed Sep 12, 2023
1 parent f4cec17 commit 1dc59f6
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 90 deletions.
5 changes: 1 addition & 4 deletions deps/amqp10_client/src/amqp10_client_connection.erl
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@
% set to a negative value to allow a sender to "overshoot" the flow
% control by this margin
transfer_limit_margin => 0 | neg_integer(),
sasl => none | anon | {plain, User :: binary(), Pwd :: binary()},
notify => pid(),
notify_when_opened => pid() | none,
notify_when_closed => pid() | none
sasl => none | anon | {plain, User :: binary(), Pwd :: binary()}
}.

-record(state,
Expand Down
1 change: 0 additions & 1 deletion deps/amqp10_client/src/amqp10_client_session.erl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
notify :: pid()
}).


%% -------------------------------------------------------------------
%% Public API.
%% -------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 1dc59f6

Please sign in to comment.