Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These objects implement IDisposable and trigger (false positive) analysis warnings about undisposed objects. PayloadWriter should not be made IDisposable because it could be rewritten to use ArrayPool (and manage its own memory); clients don't need to worry about this implementation detail.
- Loading branch information