Skip to content

Object disposed before async method completes #112

@QualityControll

Description

@QualityControll

using var capturedJsonContent = new CapturedJsonContent(request.Settings.JsonSerializer.Serialize(data));

It looks like here and on line 45, the http content may be disposed before the async method completes, resulting in no http content being added to the request.

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions