Skip to content

Fix File Lock in MessageBuilder Option 1

Mateusz Brawański requested to merge github/fork/jeffreyladd/master into master

Created by: jeffreyladd

Summary

This fixes a bug in the message builder where it holds onto the stream after the message has been sent.

Changes proposed

  • Make the Message Builder Disposable so when it gets disposed, we can release the filestream

Merge request reports

Loading