Fixed GetAsync method in Rest class
Changes
- Fixes: #10766
Overview
Fixed problem with using request in Rest.cs class
Fixes
- ProcessRequestAsync method in Rest.cs
@keveleigh Hello. I see this warning from azure. I think you can approve these changes and pipeline will accept branch?
@keveleigh Hello. I see this warning from azure. I think you can approve these changes and pipeline will accept branch?
I'll pull this down and test it out today! Thanks!
@keveleigh updates on this?
Thanks for this fix! Worked great for me locally.
I pushed one slight change to BytesToString, as I was hitting a null ref in cases where the connection wasn't successful. This change allowed subsequent errors to surface for debugging purposes.