-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Client: rewrite response decoding logic with new decoder
The commit rewrites response decoding with the new decoder. Public structure `Data` is reworked. Now you need to call `data.decode` with tuple format passed as template parameters - the method will return parsed tuples in std::vector.
- Loading branch information
Showing
8 changed files
with
96 additions
and
562 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
Oops, something went wrong.