This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
0.2.4 - EH
amarzavery
released this
16 Jul 16:57
·
178 commits
to master
since this release
- Added support to handle disconnects and link timeout errors.
- Fixed client examples link in README.
- Updated issue templates
- Improvised the example structure
- Moved the common stuff to
amqp-common
and addedConnection
,Session
,Sender
,Receiver
objects torhea-promise
. - Improved tsconfig.json and tslint.json config files.
- Added
import "mocha"
to all the test files, inorder to get rid of red squiggles in vscode. - Replaced crypto with jssha which is browser compatible