gax-php icon indicating copy to clipboard operation
gax-php copied to clipboard

Retry stream creation for streaming methods

Open michaelbausor opened this issue 7 years ago • 1 comments

Add retry support for streaming methods by retrying stream creation.

michaelbausor avatar Mar 31 '17 15:03 michaelbausor

It is not possible to retry stream creation for bidi or client streams - only server streams should support retrying.

Relevant change in toolkit: https://github.com/googleapis/toolkit/pull/1306

michaelbausor avatar Jun 15 '17 21:06 michaelbausor