watch request to new topic pauses push notifications to existing topic
问题 I've configured two topics in my Google Cloud Pub/Sub account, each with a single subscription, under a single project. When I call watch() on my inbox, passing topic 1 to the watch request, I receive push notifications to my desired endpoint. When I call watch() on my inbox for topic 2 , I receive push notifications for the endpoint tied to topic 2, but push notifications stop arriving for topic 1 . It appears that only a single topic can push out notifications for a given inbox at any given