Currently, there is an IPC located at the default path /datadir/opera.ipc.
Binding this so that host can access them will help with manual debugging. In the future, it will also help to facilitate decoupling RPC communication and Norma bookkeeping.
TODO:
Clean up configuration - move away from hard-coding local path and default ipc path
Currently, there is an IPC located at the default path
/datadir/opera.ipc
. Binding this so that host can access them will help with manual debugging. In the future, it will also help to facilitate decoupling RPC communication and Norma bookkeeping.TODO: