removing process_flag(trap_exit, true) from start_channel in amqp_connection
This commit is contained in:
parent
f0f3a06678
commit
7159bd4332
|
|
@ -125,7 +125,6 @@ start_channel(ChannelNumber,
|
|||
do3 = fun(X, Y, Z) -> Driver:do(X, Y, Z) end,
|
||||
reader_pid = ReaderPid,
|
||||
writer_pid = WriterPid},
|
||||
process_flag(trap_exit, true),
|
||||
{ok, ChannelPid} = gen_server:start_link(amqp_channel,
|
||||
[ChannelState], []),
|
||||
NewState = register_channel(Number, ChannelPid, State),
|
||||
|
|
|
|||
Loading…
Reference in New Issue