Hi,
I am using RestDataSource which is used to post forms data on the server. At server end, request processing service is taking too long (around 6 minutes) to process the data. I am overriding transform response to post process the response. But after 6 minutes when server is done processing it writes the results on the stream. But my transform response is never called.
This whole scenario is encountered only when server takes too long. Any ways when server reply back quickly every thing works well. I feel there's a loss of HTTP connection.. m not sure.
Isomorphic, please let me know your expert comments on this.
Thanks
I am using RestDataSource which is used to post forms data on the server. At server end, request processing service is taking too long (around 6 minutes) to process the data. I am overriding transform response to post process the response. But after 6 minutes when server is done processing it writes the results on the stream. But my transform response is never called.
This whole scenario is encountered only when server takes too long. Any ways when server reply back quickly every thing works well. I feel there's a loss of HTTP connection.. m not sure.
Isomorphic, please let me know your expert comments on this.
Thanks
Comment