Skip to content

Commit 4eb68f4

Browse files
committed
Add test for multiple sessions on same connection
given that a single writer is used across multiple sessions.
1 parent 0c557a6 commit 4eb68f4

File tree

3 files changed

+146
-90
lines changed

3 files changed

+146
-90
lines changed

deps/amqp10_client/src/amqp10_client_connection.erl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@
7070
% set to a negative value to allow a sender to "overshoot" the flow
7171
% control by this margin
7272
transfer_limit_margin => 0 | neg_integer(),
73-
sasl => none | anon | {plain, User :: binary(), Pwd :: binary()},
74-
notify => pid(),
75-
notify_when_opened => pid() | none,
76-
notify_when_closed => pid() | none
73+
sasl => none | anon | {plain, User :: binary(), Pwd :: binary()}
7774
}.
7875

7976
-record(state,

deps/amqp10_client/src/amqp10_client_session.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
notify :: pid()
143143
}).
144144

145-
146145
%% -------------------------------------------------------------------
147146
%% Public API.
148147
%% -------------------------------------------------------------------

0 commit comments

Comments
 (0)