mbroadst / qamqp

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

Added heartbeat signal #66

Closed droidsyer closed 7 years ago

droidsyer commented 7 years ago

The heartbeat mechanism works properly! Who want connect to this signal have to consider that this is emitted when messages are not received for a period of time equal to heartbeat interval.

mbroadst commented 7 years ago

@droidsyer thanks a lot for this, it seems like a great compromise as well.