Thomas Lacroix

Results 3 issues of Thomas Lacroix

**Describe the bug** Discussed in https://github.com/rmosolgo/graphql-ruby/pull/4800#issuecomment-2684939962 The `GraphQL::Analysis::QueryComplexity` may have IO side-effects (eg making a DB query via active record), while it would be expected to be fully static (as...

Since the upgrade to the 1.3.0 version of this lib, we noticed "No query string was present" errors received on our graphql subscription clients; caused by https://github.com/rmosolgo/graphql-ruby/blob/v2.5.4/lib/graphql/subscriptions.rb#L106 receiving a hash...

**Describe the bug** As mentioned in https://github.com/anycable/graphql-anycable/pull/51#issue-3069184673 , we've identified a race condition that occurs between when we find an existing subscription_id for a fingerprint in https://github.com/anycable/graphql-anycable/blob/v1.3.1/lib/graphql/subscriptions/anycable_subscriptions.rb#L100 and when we...

bug