Fixed thrown exception when using dedicated cache mode in .net core 3.1 apps, which was preventing downloading of the images in the first place.
Using Http client and getting the exact buffer of the downloaded content preventing the creation of the temporary buffer of hardcoded length 100 which wasn't reliable.
Fixed thrown exception when using dedicated cache mode in .net core 3.1 apps, which was preventing downloading of the images in the first place.
Using Http client and getting the exact buffer of the downloaded content preventing the creation of the temporary buffer of hardcoded length 100 which wasn't reliable.