inflight, queued
This commit is contained in:
parent
0407d902d6
commit
789e482a30
|
@ -57,6 +57,8 @@
|
||||||
client_pid :: pid(),
|
client_pid :: pid(),
|
||||||
message_id = 1,
|
message_id = 1,
|
||||||
submap :: map(),
|
submap :: map(),
|
||||||
|
inflight_messages,
|
||||||
|
queued_messages,
|
||||||
msg_queue, %% do not receive rel
|
msg_queue, %% do not receive rel
|
||||||
awaiting_ack :: map(),
|
awaiting_ack :: map(),
|
||||||
awaiting_rel :: map(),
|
awaiting_rel :: map(),
|
||||||
|
|
Loading…
Reference in New Issue