mbroadst / qamqp

AMQP 0.9.1 implementation for Qt
Other
151 stars 127 forks source link

Do not use multiple threads #87

Open THEWORMJR opened 3 months ago

THEWORMJR commented 3 months ago

When I connect using the main thread and send using another thread, there are frequent frame error logs, but after merging the threads, the error disappears