Julian Scheid

Results 135 comments of Julian Scheid

Hi @benwilson512, there's a [Redix implementation in this PR](https://github.com/absinthe-graphql/absinthe/pull/776/files#diff-5716ee653811b7d5d08499bd8ff2b367 ), is that what you mean?

@benwilson512 this PR doesn't use the new context argument. It's meant for use by alternate pubsub implementations that want to scope the topics by some user information. No such alternate...

Ok, maybe I'm missing something. Essentially the problem I'm trying to solve is this: If you take SQS as an example, the client wouldn't subscribe to one queue per subscription,...

Oh, I think I see. You mean `subscription > field > config/2`. But wouldn't that mean that topics couldn't be shared by subscriptions anymore? For instance, if you have some...

Hey @benwilson512 , no rush on this one but just wanted to check in to see if you were waiting for anything from me? As I said, I'm happy to...

Thanks for the update @benwilson512. Sounds good, take your time!

That's correct, the point of this PR is to enable updates that are delivered through a different transport mechanism than other GraphQL requests and responses. 1. Yes, ruby-graphql provides a...

@binaryseed there's also some deliberation on the subscription ID delivery in the [sibling PR description](https://github.com/absinthe-graphql/absinthe_plug/pull/217).

@rally25rs is it possible that (the feature added in) #4848 never made it into Berry?

@benlesh thanks for all your work on this. I'm just wondering where this issue is at, I can see there are commits referencing this that were deployed in 7.5.7 but...