-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for issue 416: Impossible to retain transfer ids (#420)
- Introduced public `ITransferIdMap` and internal `detail::ITransferIdStorage` interfaces. - Presentation publisher and rpc client entities now... - try initialize (at ctor) their transfer ids with the transfer id map `getIdFor` method. - try to store their next transfer ids into the map (using `setIdFor`). - Extra unit tests and mocks to cover new transfer id map related business logic.
- Loading branch information
Showing
17 changed files
with
734 additions
and
215 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
Oops, something went wrong.