You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on our StreamImageSourceService if it fails to read the stream it throws an exception that isn't really catchable which can crash the application
Does it make sense to remove this throw and just log a message?
should we add error handling to our imagesources/images?
Is it fine this throws an exception and it should be on the developer to try/catch the stream themselves they are providing to ensure the stream is valid? Are there cases where the stream might be valid and it'll still throw?