V5.0.0 limits blob usage inside published messages, always embedding the blobs. This is done so that transaction logs can be safely purged by deleting files without requiring the transaction log be scanned for blob references that need to be removed. However, currently only blobs created from a buffer can be used in published messages, streaming blobs won't work. We should add support for streaming blobs.
V5.0.0 limits blob usage inside published messages, always embedding the blobs. This is done so that transaction logs can be safely purged by deleting files without requiring the transaction log be scanned for blob references that need to be removed. However, currently only blobs created from a buffer can be used in published messages, streaming blobs won't work. We should add support for streaming blobs.