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 data race (issue #1455) #1456

Merged
merged 2 commits into from
Apr 14, 2021
Merged

Fix data race (issue #1455) #1456

merged 2 commits into from
Apr 14, 2021

Commits on Feb 6, 2021

  1. Fix data race

    The argument of unmarshalInput may be the same for concurrent use if it pass as graphql "variables".
    So we have to copy it before setting default values
    skaji committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    18678b1 View commit details
    Browse the repository at this point in the history
  2. go generate ./...

    skaji committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    23eec79 View commit details
    Browse the repository at this point in the history