Actions
Bug #2854
closedpoke: Face::put WARNING
Start date:
06/05/2015
Due date:
% Done:
100%
Estimated time:
Description
Steps to reproduce:
echo 'HELLO WORLD' | ndnpoke ndn:/localhost/demo/hello
ndnpeek -p ndn:/localhost/demo/hello
Actual: ndnpoke prints Face::put WARNING: the supplied Data should be created using make_shared<Data>()
Expected: no such error
Updated by Junxiao Shi over 9 years ago
- Related to Task #1775: Change Face::put to recommend/require shared_ptr<Data> added
Updated by Alex Afanasyev over 9 years ago
Should we reconsider #1775 and remove the warning? In theory, copying data packet is not a big deal...
Updated by Junxiao Shi over 9 years ago
note-2 question is out of scope of this issue. Please open a separate issue for discussion.
Updated by Junxiao Shi over 9 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
Updated by Junxiao Shi over 9 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi over 9 years ago
- Status changed from Code review to Closed
Actions