Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around long socket path on tvOS.
tvOS has a MAX_PATH of 104 characters on domain sockets, and a 90 character value for GetTempPath. That gives us only 14 characters to play with, and temp filenames are 12 characters long. We cannot afford the `CoreFxPipe_` prefix on tvOS, with our tiny character path budget. Check whether this fixes some or all of dotnet#67853 and dotnet#51390 too.
- Loading branch information