Skip to content

Commit

Permalink
Merge pull request #488 from itrofimow/amqpcpp_473
Browse files Browse the repository at this point in the history
feat README: add a note about implied noexcept for ConnectionHandler
  • Loading branch information
EmielBruijntjes authored Dec 31, 2022
2 parents 2a796b9 + 35d31c3 commit d8ea41a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ However, this is not strictly necessary. Methods called during a handshake
are cached by the AMQP library, and will be executed the moment the handshake
is completed and the connection becomes ready for use.
And the last but not least: even though `ConnectionHandler` methods are not
marked `noexcept` explicitly, you are not expected to throw from them, and
the behaviour is undefined if you do so.
PARSING INCOMING DATA
=====================
Expand Down

0 comments on commit d8ea41a

Please sign in to comment.