Skip to content

Update stream cache to prevent duplicate chunks being added

Matthew Sevey requested to merge stream-cache-bug into master

Current code allowed the same chunk to be added to the Heap but it would not be added to the Map. Updated so chunks can only be added once and updated unit test.

Resolves #3094 (closed)

Merge request reports