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
{{ message }}
This repository was archived by the owner on Sep 18, 2025. It is now read-only.
[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)
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.