CopernicaMarketingSoftware/AMQP-CPP

thread safe?

Closed this issue · 1 comments

Describe the bug
channel.publish is thread safe?

Expected behavior and actual behavior
send msg over 10k , will crash

Sample code
image

Objects are not thread safe. If you construct a connection in one thread, you should not call any methods on it (or construct any channels on top of it) inside other threads.