1

I'm trying to pull messages from a Pubsub subscription on an App Engine app. (The GAE app currently uses Go client library for GCP.) And after consuming all the queued messages, I am constantly hitting the following RPC error.

rpc error: code = 13 desc = transport is closing

According to the doc, I'm supposed to get iterator. Done as an error from the Next() call after the last message in the queue, but it always returns the above RPC error.

Is it an intended behavior?

abpatil
  • 916
  • 16
  • 20
Mad Min
  • 11
  • 3
  • Hmm, now, on GAE, the MessageIterator.Next() call won't respond at all even though there are queued message for the topic. – Mad Min Nov 19 '16 at 21:00

0 Answers0