Closed gsaponaro closed 8 years ago
When activityInterface is initialized and its connections are made, it does not quit gracefully:
^C[try 1 of 3] Trying to shut down RFModule closing [INFO][closing] starting the shutdown procedure Segmentation fault
This might be caused by the missing connection in #175 as it the function is blocked and never gets out.
Correct, now it quits properly.
When activityInterface is initialized and its connections are made, it does not quit gracefully: