Luc14860 / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
0 stars 0 forks source link

Web Client need to release their OnResponse callbacks if exceeding timeout #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If the server does not return a result to a previous request at all or does not 
return it within a given timeout, the callback resources need to be released. 
Optionally, in addition to that a new timeout event could be fired to the 
application - meaning that a result didn't return within an expected amount of 
time. Currently we have the risk of memory leaks here.

Original issue reported on code.google.com by fivefeetfurther@gmail.com on 13 Aug 2010 at 11:29

GoogleCodeExporter commented 9 years ago

Original comment by fivefeetfurther@gmail.com on 14 Oct 2010 at 2:37