mpi icon indicating copy to clipboard operation
mpi copied to clipboard

Reported number of non-native objects sent always 1

Open psbritt opened this issue 4 years ago • 1 comments

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.

psbritt avatar Apr 01 '20 17:04 psbritt

Hi,

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

Thanks

aminiussi avatar Jun 22 '20 16:06 aminiussi