-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- ConversionAccess can now access private default constructors (closes #98). - To/FromVariantConverter now throws error::Conversion exclusively. - All RPC argument conversion failures are now propagated back to caller (fixes #97). - Added test cases for bad From/ToVariantConverter conversions. - Enforced Client::LocalSubs non-empty invariant during unsubscribe. - Added Variant::at accessors (closes #95). - Updated config.json test/example files for Crossbar 0.13.0. - Blob is now stored via a pointer within the Variant::Field union, to reduce the size of a Variant object.
- Loading branch information
Showing
17 changed files
with
505 additions
and
195 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
Oops, something went wrong.