Closed GheisMohammadi closed 9 months ago
If a snapshot is not available, the client receives null for snapshots and attempts to call methods on a null instance. This pull request addresses the issue of null snapshots and null responses in fast sync by checking and validating values.
Issue
If a snapshot is not available, the client receives null for snapshots and attempts to call methods on a null instance. This pull request addresses the issue of null snapshots and null responses in fast sync by checking and validating values.