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.
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.