apollographql / graphql-subscriptions

:newspaper: A small module that implements GraphQL subscriptions for Node.js
MIT License
1.59k stars 133 forks source link

New Implementation: Surnet/graphql-amqp-subscriptions #191

Closed chdanielmueller closed 5 years ago

chdanielmueller commented 5 years ago

Hi there,

I did develop another flavor of AMQP (RabbitMQ) subscriptions. The main difference is the usage of Topic Exchanges.

If you need further information please contact me.

Cheers, Daniel

chdanielmueller commented 5 years ago

I don't know why the Travis CI build would fail for a change like this one...

grantwwu commented 5 years ago

@chdanielmueller it was probably broken already, possibly by some dependency change.

I'm going to spend much of tomorrow giving this repo some TLC.

grantwwu commented 5 years ago

I believe the issue is caused by https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30702.