You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are running into the issue that when I want to retrieve data from a gRPC service the data is not yet available (in the background a job is running). Using a timeout is unreliable.
We are running into the issue that when I want to retrieve data from a gRPC service the data is not yet available (in the background a job is running). Using a timeout is unreliable.
The possibility to "Loop over a request" or "set Next Request" would somehow solve the problem. Similiar to postman.setNextRequest() https://learning.postman.com/docs/collections/running-collections/building-workflows/
The flow in the test is as follows:
The text was updated successfully, but these errors were encountered: