We are in the process of upgrading our C# applications to .NET8 and have upgraded to ServiceStack v8.5.2.
The event-stream call appears to be registering fine as per below
There is a call made immediately after to event-unregister that is failing for the same reason.
Have I done something wrong in the upgrade process or is there a bug? Any help would be greatly appreciated.
When using Endpoint Routing the heartbeat endpoint is only available using the POST method which I’ve updated the C# ServiceClient to use. This change is available from v8.5.3+ which is now available from the pre release packages.