Skip to content

Reconnection fix

Compare
Choose a tag to compare
@arsham arsham released this 15 Feb 12:18
· 62 commits to master since this release
2d1220a

Code Refactoring

  • Refactor connection setup and NewClient function
  • Refactor queue creation only on Consume call (close #14)

Fixed

  • Fix reconnection while consuming (ref #7)

Update

  • Update documentation and minor test fixes