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

Fixing data races in subscriptions #880

Merged

Commits on Nov 3, 2019

  1. add callback queue to ApolloWebSocket

    Antonio Ivčec committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    a23f8d1 View commit details
    Browse the repository at this point in the history
  2. add data races tests

    Antonio Ivčec committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    57a253c View commit details
    Browse the repository at this point in the history
  3. add atomic classes

    Antonio Ivčec committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    a4fdef3 View commit details
    Browse the repository at this point in the history
  4. fix data races in WebSocketTransport

    Antonio Ivčec committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    b8818a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. put Utilities inside Sources folder

    Antonio Ivčec committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    533f668 View commit details
    Browse the repository at this point in the history
  2. remove atomic counter

    Antonio Ivčec committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    f0e2350 View commit details
    Browse the repository at this point in the history
  3. change atomic variables to let

    Antonio Ivčec committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    2ac94cb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. add concurrent queue

    aivcec committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    e3a69c1 View commit details
    Browse the repository at this point in the history
  2. remove unneeded mutation

    aivcec committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    b87edcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4875e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. add inverted expectations

    Antonio Ivčec committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    33c3649 View commit details
    Browse the repository at this point in the history