v10.2.6
Changed
- All polling methods now return a
AsyncThrowingStream<JobStatusResponse<T>, Error>
and instead of a timeout, if there is no error it'll return the last valid response and complete the stream.
AsyncThrowingStream<JobStatusResponse<T>, Error>
and instead of a timeout, if there is no error it'll return the last valid response and complete the stream.