bloop
bloop copied to clipboard
Bloop should delete domain socket files used for BSP communication
When opening a BSP connection with Bloop via bloop bsp --protocol local --socket /path/to/socket
, Bloop doesn't delete the socket file when it stops listening on it.
Even though its path is provided by clients, the socket file itself is created by Bloop. So I assume it should be deleted by Bloop itself, when it stops listening on it.
Thanks for reporting! I will need to take a look at it later this month.