Simon Lo

Results 7 comments of Simon Lo

Hi Fabio, Thank you for using nmos-cpp, and your findings. We will try it out over here, btw how about trying out Apple's mDNSResponder (also known as mdnsd) instead of...

Good found will investigate a solution for it.

Thank you for your information. I think the problem may be because nmos-cpp-registry is linking with the wrong libdns_sd.so (provided by libnss-mdns?). nmos-cpp-registry is needed to be linked with the...

Modify the `__init__` of the `ControllerTest` to support HTTPS and AUTH ``` """ Testing initial set up of new test suite for controller testing """ def __init__(self, apis, registries, node,...

@garethsb, yes it should now work without the monkey patch, can you roll it back, and re-sync your fork? If you don't have time, I can do it, but I...

> Since this is a significant change to code which is used by both Node and Registry, I recommend unit tests with very good coverage are added. Yes totally agree

1. The following tests, `test_02_02_03_01`, `test_02_02_03_02`, `test_02_02_04_01`, `test_02_02_04_02`, `test_02_02_05_01`, `test_02_02_05_02`, `test_02_02_06_01`, `test_02_02_06_02`, `test_02_02_07_01`, `test_02_02_07_02`, `test_02_03_05_01`, `test_02_03_05_02` cannot be tested alone, data are required to be setup beforehand via the `test_02_02_00`...