You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Node] uncaughtException Error: Failed to create subchannel
[Node] at Immediate.onConnectionStatus (/Users/ssuh/axio/insurance-storage/node_modules/@google-cloud/pubsub/src/connection-pool.js:293:21)
[Node] at runCallback (timers.js:697:11)
[Node] at tryOnImmediate (timers.js:667:5)
[Node] at processImmediate (timers.js:649:5)
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?
I was logging this line.
https://github.com/axelspringer/graphql-google-pubsub/blob/master/src/google-pubsub.ts#L81
I saw one message go through from the async iterator but then the it blew up on second one. So there should at least be a try catch.
The text was updated successfully, but these errors were encountered: