gax-php
gax-php copied to clipboard
Retry stream creation for streaming methods
Add retry support for streaming methods by retrying stream creation.
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