mirror of https://github.com/abpframework/abp.git
Browse Source
Wrap JsonDocument usage in explicit using blocks for anonymous job handlers to ensure deterministic disposal and avoid capturing/disposal issues. Also rename the compile-time handler parameter from `context` to `ctx` to prevent potential shadowing. Changes applied to DemoAppSharedModule.cs and SampleJobCreator.cs.pull/25059/head
2 changed files with 19 additions and 15 deletions
Loading…
Reference in new issue