axelspringer / graphql-google-pubsub

A graphql-subscriptions PubSub Engine using Google PubSub
MIT License
136 stars 43 forks source link

Properties on asyncIterator should be fully set before calling subscribeAll #5

Closed grantwwu closed 6 years ago

grantwwu commented 6 years ago

https://github.com/axelspringer/graphql-google-pubsub/blob/master/src/async-iterator.ts#L45

I think this options property should be set before invoking subscribeAll, which uses it.

jonas-app commented 6 years ago

👍 you are right. Will fix that asap.