Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reported number of non-native objects sent always 1 #115

Open
psbritt opened this issue Apr 1, 2020 · 1 comment
Open

Reported number of non-native objects sent always 1 #115

psbritt opened this issue Apr 1, 2020 · 1 comment
Assignees

Comments

@psbritt
Copy link

psbritt commented Apr 1, 2020

Line 182 of details/request_handlers.hpp, the boost:status object has the count hard coded to 1. The deserialize method at line 260 takes no boost::status object. Legacy deserialize method takes a boost::status object and keeps track of number of objects that have been deserialized and sets count to that number.

@aminiussi
Copy link
Member

Hi,

Do you have an actual example ? I'm not sure I see a case where it should reply anything else than 1.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants