Bjørn Smith

Results 19 comments of Bjørn Smith

I came here looking for multi package deletion suport - but with matrixes I think this is not really required - since you can do this: ~~~yaml name: Cleanup packages...

I can confirm this. I did not change any settings in the plugin when I initially installed it. So perhaps a way to "fix" this going forward is to "hardcode"...

I have pulled the code and it seems like adding: ```csharp if (connection.ServiceDispatcher == null) { await connection.SendFaultAsync(FramingEncodingString.EndpointNotFoundFault, Timeout.InfiniteTimeSpan/*GetRemainingTimeout()*/, ConnectionOrientedTransportDefaults.MaxViaSize + ConnectionOrientedTransportDefaults.MaxContentTypeSize); return; } ````` just before: ```csharp if (reuseHandler...

I can make a PR for this if you think its a good enough fix. The problem is that when a "wrong" url is used it seems like the ServiceDispatcher...

@mconnew do you think a PR would be acceptable to fix this issue?

Will do - although I would love to assert that no "NullReferenceException" is logged server side - from a client side perspective this is a non breaking change, since before...

Created PR: https://github.com/CoreWCF/CoreWCF/pull/1335

@mconnew How are chances that the PR will be reviewed anytime soon? I has been 3 weeks since I created the PR - I get that you most likely have...

I just installed a fresh copy onto rocky linux 8.9 , and I also get this error. I followed the instructions on how to get the server installed. I have...

> The setting should be changed by editing `server.xml` > > Closing as this is a config issue and not a bug. Please head to our forum or chat rooms...