Replies: 1 comment 3 replies
-
|
Which versions are you using? I didn't release a 1.6.0 update for NetNamedPipe, and it's possible if you use the 1.6.0 version of NetFramingBase with the 1.5 version of NetNamedPipe that they might not work well together. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have ported our WCF named pipe service to .NET8 and CoreWCF and can connect from our .NET 4.8 client without any issues.
Example from the client side:
When exiting the using block where the client connection is disposed/closed, the FramingModeHandshakeMiddleware.cs in the method OnConnectedCoreAsync method throws an exception due to the reuseHandler being null (class can be found in the project CoreWCF.NetFramingBase)
We can fix the problem, by doing the following:
But are we actually missing some configuration steps to not end in this scenario or is it a bug in CoreWCF?
Thanks for any input.
Beta Was this translation helpful? Give feedback.
All reactions