mbraceproject / MBrace.Core

MBrace Core Libraries & Runtime Foundations
http://mbrace.io/
Apache License 2.0
211 stars 46 forks source link

ThespianWorker.Spawn: workingDirectory is not passed through to SpawnAsync #171

Closed 0x53A closed 8 years ago

0x53A commented 8 years ago

I noticed that MBrace.Thespian still wrote files to TEMP after setting workingDirectory. The parameter workingDirectory is not passed through from Spawn to SpawnAsync, so is always null.

See https://github.com/mbraceproject/MBrace.Core/blob/master/src/MBrace.Thespian/Client.fs#L203

image

image