Luke Bakken

Results 123 issues of Luke Bakken

Version 7 of this client supports `netstandard2.0`, which prevents the use of features like [`MemoryPool`](https://learn.microsoft.com/en-us/dotnet/api/system.buffers.memorypool-1?view=net-8.0&viewFallbackFrom=netstandard-2.0). Before shipping version 8, supported frameworks and C# language version should be re-evaluated. Discussion: https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1347#discussion_r1398208131

enhancement
next-gen-todo

Reference: https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1445 In that PR, `BasicPublishAsync` is modified to conditionally copy data from the client application. @paulomorgado then followed up with [this comment](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1445#issuecomment-1858120431). Someone should take a look at libraries...

enhancement
next-gen-todo

Back-port the following to the `6.x` branch: * https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1393 * https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1369

enhancement

Related discussions: * https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1347#discussion_r1398218698 * https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1426#discussion_r1400909169 * https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1426#discussion_r1400911052

enhancement

Reference: [comment](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1347#discussion_r1396392526) @danielmarbach points out that the async API should support cancellation.

enhancement

### Is your feature request related to a problem? Please describe. Currently there is no indication if a user uses the wrong consumer dispatcher type (sync vs async). ### Describe...

enhancement

### Describe the bug PR #1220's intent is to prevent large allocations due to bad incoming data, or large messages. The fix checks that the individual frame's size does not...

bug

### Is your feature request related to a problem? Please describe. In VESC-1100, one challenge we are facing is that the customer aggregates log lines from all nodes in their...

enhancement

Follow-up to #10759 Related to #10194 Related to erlang/otp#8289