Closed
Description
Environment
NetMQ Version: 4.0.0.1
Operating System: Windows
.NET Version: .NET7 & .NET461
Expected behaviour
Only difference between working and not working instances is that framework version is changed from net461 to .NET7
Actual behaviour
I upgraded one of my project into .NET7 from net461 and when im trying to send tcp message to net461 applications it works fine, however for IPC communication my messages are not received by net461 application. I tried to upgrade receiving side application to .NET7 as well but problem remains. I checked the encoding differences but there seems no problem since default is set in netmq library, not from .net sources. What might be the possible reason for this problem, I will be glad if you give me some clues
Steps to reproduce the behaviour
Sending message to net461 console application from .NET7 console application using IPC channel.
Metadata
Metadata
Assignees
Labels
No labels