Project

General

Profile

Bug #3671

Updated by Ashlesh Gawande over 7 years ago

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.

Back