Open tira-misu opened 2 years ago
When using unix sockets its a good practice to unlink the unix socket file before binding to it. At the moment restbed crashes if the file is already linked.
So please add unlink(ipcFile).
When using unix sockets its a good practice to unlink the unix socket file before binding to it. At the moment restbed crashes if the file is already linked.
So please add unlink(ipcFile).