almgong / NDNOverWifiDirect

1 stars 0 forks source link

Issue with getting status of the probe, discover operations #29

Closed almgong closed 7 years ago

almgong commented 7 years ago

Right now, NDNController keeps track of the status of the above operations whenever the user uses the discoverAndProbe() methods. This can lead to coherency issues if the user stops one or more of the inner tasks manually.

Thus, we should change it so that the method returning whether operations are running checks the status (null-ness) of the associated operations. Otherwise, we should remove this method altogether.

almgong commented 7 years ago

This is really something related to the UI, and so will be ignored.