ipc: send client ids when connecting

This commit is contained in:
Joao Moreno
2016-09-21 10:23:58 +02:00
parent 3650ea4238
commit e023d81ce8
7 changed files with 23 additions and 18 deletions

View File

@@ -122,7 +122,7 @@ function setupIPC(hook: string): TPromise<Server> {
// should retry, not windows and eaddrinuse
return connect(hook).then(
return connect(hook, '').then(
client => {
// we could connect to a running instance. this is not good, abort
client.dispose();