Use abstract namespace for domain socket#3674
Conversation
Using abstract namespace for the domain socket will fix the stale socket problem when starting rtapi_app.
|
sundtek@sundtek-UX32VD:~/devel/mitsubishi-linuxcnc/linuxcnc$ rtapi_app before it was like: a call to rtapi_app in a second window will turn the app immediately to a slave (as intended). |
|
Thanks. I don't claim to fully understand it, but it seems to match sample code out there. |
Using abstract namespace for the domain socket will fix the stale socket problem when starting rtapi_app.