Corvusoft / restbed

Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
http://www.corvusoft.co.uk
Other
1.93k stars 379 forks source link

Missing unlink in unix sockets #511

Open tira-misu opened 2 years ago

tira-misu commented 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).