<div dir="ltr">I have a question that I have not been able to find an answer to.&nbsp; Any help would be appreciated.<br><br>Scenario:<br><br>&nbsp; A client is set to timeout after 30 seconds.<br>&nbsp; He sends a request that takes a server 60 seconds to process and return a result.<br>
&nbsp; The client gives up before the result is received.<br>&nbsp; The client &quot;knows&quot; that he gave up (because an error is raised).<br>&nbsp; The testing I&#39;ve done shows that the server completes the processing of the request and returns the result (to nowhere).&nbsp; The server seems completely ignorant of the fact that the client was no longer there to receive the result.<br>
<br>Is there a way for the server to &quot;know&quot; if the client is still there to receive the response?<br><br>(In this particular case, I would want the server to &quot;roll-back&quot; the work he did, if he doesn&#39;t successfully pass off the result to the client.)<br>
<br>Thanks!<br><br></div>