Robert Wagner

Results 19 comments of Robert Wagner

I've managed to reproduce this problem. It affected our middleware in NancyFX as well, so it was familiar. The problem occurs only if you use `HttpSys` (i.e Windows). We need...

I believe the historic default was that only one thing can run on a target at a time. Over time we've added things that do't need that. > It is...

At first glance removing `DataStream` is a problem for us. We use it to transfer binary data (zips) in Octopus. I'll have to sit down with this to understand the...

@HansCNS Could you please give me more details on how you caused this error to happen?

@GrzegorzBlok Cool. The blocker for Octopus is negotiating between the two endpoints since either end could be running an older version of Octodiff.

Reproduced in `2022.2.7027` using the following script ``` var endpoint = new OctopusServerEndpoint("http://hex/dashboardbug"); var client = new OctopusClient(endpoint); client.Repository.Users.SignIn("Admin", ""); /* var me = client.Repository.Users.GetCurrent(); var space = client.Repository.Spaces.Create(new SpaceResource()...