Skip to content

Is it possible to run services on both stream endpoints? #955

Answered by AArnott
lostmsu asked this question in Q&A
Discussion options

You must be logged in to vote

The pipes were indeed cross-wired, so that each party talked to themself. Here is the corrected version: https://dotnetfiddle.net/MfT0VV

The trick is that named pipes are already full duplex, so you only give one of them to each party -- not both!

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
3 replies
@lostmsu
Comment options

@JRuggero
Comment options

@AArnott
Comment options

Comment options

You must be logged in to vote
7 replies
@JRuggero
Comment options

@AArnott
Comment options

@JRuggero
Comment options

@AArnott
Comment options

Answer selected by lostmsu
@JRuggero
Comment options

@lostmsu
Comment options

@AArnott
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants