Skip to content

GetTransport(int processId) does not work in sidecar containers #746

Open
@enihcam

Description

@enihcam
private static Stream GetTransport(int processId)
        {
            try 
            {
                var process = Process.GetProcessById(processId);
            }

sidecar containers can talk to each other via unix domain sockets, but you cannot get processes of a container from the another.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions