Sour
Results
1
issues of
Sour
" try { AmqpException::Throw(*reinterpret_cast( incoming_frame.payload.method.decoded)); } catch (AmqpException &) { MaybeReleaseBuffersOnChannel(incoming_frame.channel); throw;" Here's the code for my publisher: https://pastebin.com/4iR2898B And here's the code for my receiver: https://pastebin.com/Z7PVMwJ1 It crashes when...