Actions
Bug #3671
closedndn_application self.processId is not a member of the class
Start date:
07/14/2016
Due date:
% Done:
100%
Estimated time:
Description
In https://github.com/named-data/mini-ndn/blob/master/ndn/ndn_application.py
self.processId should be initialized to empty string in init otherwise it may get overwritten between calling start and stop and NFDs won't be terminated.
Also make sure NFD is killed properly.
Actions