Project

General

Profile

Bug #3671

Updated by Ashlesh Gawande almost 8 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 __init__ otherwise it may get overwritten between calling start and stop and NFDs won't be terminated.

Back