Youri Moll
|
a92dc27653
|
Implemented custom heartbeats in Livev
|
2018-12-13 13:01:38 +01:00 |
Emiel Bruijntjes
|
53f994d61d
|
when user calls connection.heartbeat() we now always send out the heartbeat (AMQP-CPP no longer tries to be smart about skipping heartbeats, because that could lead to timeouts if the user is a little late with its call, or when there is network congestion)
|
2018-11-28 13:52:00 +01:00 |
Emiel Bruijntjes
|
6432ce2ec1
|
added connection::usable()
|
2018-11-12 15:19:31 +01:00 |
Emiel Bruijntjes
|
da6744bf4d
|
renamed ConnectionHandler::onConnectedO() to ConnectionHandler::onReady()
|
2018-11-08 08:34:58 +01:00 |
Emiel Bruijntjes
|
06dc23190d
|
added ConnectionHandler::onProperties and TcpConnectionHandler::onProperties
|
2018-11-07 23:22:25 +01:00 |
Emiel Bruijntjes
|
b81bc340b5
|
work in progress on refactored tcp handling, to solve various issues, like the one that lost connections do not trigger operations to fail
|
2018-11-04 23:34:31 +01:00 |
Aart Stuurman
|
cf7261add5
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01:00 |