I'm having an issue where I have a .NET 4.x Framework listening on a Hybrid Relay. When the client is .NET 8 and calls a POST to the hybrid relay, something is happening and the connection is terminated before the client receives all the data. For some reason, this doesn't happen with a GET. It also doesn't happen when the client is .NET 4.x Framework either.
I've put together a pair of sample applications that demonstrate the issue.
https://github.com/brckelly/hybrid-relay-issue