ChilliCream / hotchocolate-examples

MIT License
187 stars 137 forks source link

Bug: UseServiceScope attribute hangs with DataLoader #36

Closed braidenstiller closed 3 years ago

braidenstiller commented 3 years ago

Hi,

When using the new [UseServiceScope] attribute on a resolver with a dataloader causes the resolver to hang when the dataloader's LoadAsync() method is called.

This breaks resolvers which require both dataloaders and scoped services.

braidenstiller commented 3 years ago

Raised in incorrect repository.