Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix implicitly unwrapped subscriptionItem #35

Merged
merged 5 commits into from
Nov 4, 2020

Conversation

palpatim
Copy link
Member

@palpatim palpatim commented Nov 4, 2020

Issue #, if available: https://github.com/aws-amplify/aws-appsync-realtime-client-ios/issues/33

Description of changes:

Converts subscriptionItem from an implicitly unwrapped optional to a straight-up Optional. It's not clear to me that this is the root cause of the crash in #33, but the stack trace that @adamup928 included implicates it.

Other changes:

  • Enable ThreadSanitizer in unit & functional tests
  • Fix data race in Timer tests
  • Fix data race in RealtimeConnectionProvider.staleConnectionTimeout
  • Update Pod dependencies

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@palpatim palpatim merged commit 860152e into main Nov 4, 2020
@palpatim palpatim deleted the palpatim/fix-unwrapped-optional branch November 4, 2020 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants