Skip to content

Commit

Permalink
Merge pull request #462 from SebDieBln/Fix_handling_of_large_messages
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes committed Apr 30, 2022
2 parents 328d9d1 + 1dd1c23 commit beaa193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/amqpcpp/inbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ class InBuffer

/**
* Number of bytes already processed
* @var uint32_t
* @var size_t
*/
uint32_t _skip = 0;
size_t _skip = 0;

public:
/**
Expand Down

0 comments on commit beaa193

Please sign in to comment.