Kyle McClellan
Kyle McClellan
@krajek That's a good question, actually, since it points to deeper functionality that I found unexpected. My case is that `Exception.Data` contains instances of models for which I've configured [custom...
I can't share the file I first ran into it with, but I found one online that is enough to reproduce: [Sample](http://www.hochmuth.com/mp3/Tchaikovsky_Rococo_Var_orch.mp3) ``` Test method NLayerTests.UnitTest1.TestMethod1 threw exception: System.IndexOutOfRangeException: Index...
@gdodd1977 Try setting `RefitSettings.CollectionFormat` to `CollectionFormat.Multi`. Between 4 and 5 the behavior of non-top-level collections was changed to respect the collection format setting (defaulting to CSV). If that doesn't work,...
I've encountered this problem too, using v1.8.2 with auto commit + manual offset storage. In my case, my revocation handler shows the correct offsets, but the commit handler that runs...
[clabot:check]
For the `Execute(...)` case, Dapper ends up [breaking enumerable parameters into multiple commands](https://github.com/DapperLib/Dapper/blob/ca00feeb5fafe5262166689c0bec2b80b53add4e/Dapper/SqlMapper.cs#L548-L564). Each round trip is actually executed sequentially unless you remember to include `CommandFlags.Pipelined` (surprising default behavior). I...
I'm confused about the current state of subscription protocols after reading the documentation (which promises to deliver SignalR and GRPC in version 12?) Can we get an update from the...
If I'm looking in the right place, it appears that currently [Hot Chocolate also only supports the outdated protocol](https://github.com/ChilliCream/graphql-platform/blob/d412413d5f93f74e897c1253e4786f61fc59f773/src/HotChocolate/AspNetCore/src/AspNetCore/Subscriptions/WebSocketConnection.cs#L13)? The reason I'm asking is that I need to know how...
Given that a rebalance is not an error condition, I would expect to be able to commit messages (manually) that my application has consumed before the rebalance began. According to...
Agreed. Is the problem with extracting an `IChannelMessageQueue` simply because it is breaking? I'd love to see that in v3.