Tim Susa

Results 27 comments of Tim Susa

JFI: https://github.com/axelspringer/graphql-google-pubsub/issues/16

@grantwwu Sry for being quiet. I just wanted to point out and tag, that our issue could maybe have something to do with the issue meant here. If this is...

We should consider to make the code more resilient here.

Another possible problem could be here, that the message is acked before handleMessage. Is that really the way to go, or should ack better be called after handleMessage?

Hey, I would like to mention a few things. At first, why would you say a dream would come true, to have asyncIterators, while still being able to do stuff...

IMO this approach is totally under-represented and I cannot understand this. People using subscriptions should ask themselves, if they need a ninja engine in their shopper or is the native...

Hey, I would like you to consider the implementation from: https://github.com/GraphQLCollege/graphql-postgres-subscriptions/blob/master/event-emitter-to-async-iterator.js My bet is, we could get inspired from there to yield an up-to-date solution. The issue is, that we...

Same here, as we have a mouth full of warnings after updating like exactly the same

Hey, JFI: In our company we have swagger and graphql set as some kind of standard. This situation was some kind of historically grown and cannot be changed. So we...

just have a look to my project, maybe that gives an answer for you? I put the midi part to redux (idea is having a global state) but if you...