automerge / pushpin

A collaborative corkboard app
BSD 3-Clause "New" or "Revised" License
627 stars 53 forks source link

ipc.config.socketRoot never set #397

Closed raphael10-collab closed 3 years ago

raphael10-collab commented 3 years ago

Here https://github.com/automerge/pushpin/blob/master/src/apps/clipper-host/index.ts#L29 "ipc.config.socketRoot" is used by its value is never set: https://github.com/automerge/pushpin/blob/master/src/ipc.ts

jeffpeterson commented 3 years ago

The default socketRoot is "/tmp" according to the readme.