-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: high-prority messages cause re-connect (#4298)
* feat: high-prority messages cause re-connect * feat: added support to disconnect after prority message has been confirmed * feat: implimented high-prority re-connect within the stratgy * fix: renamed onPublish to onPublishRequested * fix: created on publish state and moved logic into state machine * fix: spelling in metatype * fix: fixed state refrence * fix: will only re-connect after seccond prorirty message (so LWT is ignored) * fix: created new state to handle DC message * tests: added test coverage for new feature * tests: added test coverage for new feature * fix: passed Options to ScheduleStrategy * fix: priority in test * tests: added a specific DataServiceOptions Test * tests: added more coverage DataServiceOptions Test * tests: added other ScheduleStratagy Constructor to tests * tests: improved coverage on DataServiceOptionsTest * tests: tried to add coverage to if * tests: tried to add coverage to if
- Loading branch information
1 parent
36486eb
commit 1bbe279
Showing
8 changed files
with
481 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.