fuCtor / QAMQP

AMQP implementation for Qt
Other
28 stars 3 forks source link

frame_too_large issue #44

Open qmor opened 9 years ago

qmor commented 9 years ago

Добрый день. Не возникало ли у Вас проблемы с разрывом соединения с ошибкой:

text: FRAME_ERROR - type 2, all octets = <<>>: {frame_too_large,3456303105,131064}

В настоящее время я отрабатываю работы с qamqp и шлю по одному четырех байтному сообщению в секунду. Время от времени коннект отваливается с указанной ошибкой, только первое число всегда разное (это судя по всему размер пришедшего фрейма)

mbroadst commented 9 years ago

@qmor hi, I think you already figured it out, but the up-to-date version of this project is at: https://github.com/mbroadst/qamqp. Please file an issue over there if you still experience it, thanks!