Closed GoogleCodeExporter closed 9 years ago
As you tested, iframe can't notice disconnection without special handling like
heartbeat, and it's a limitation of the iframe transport.
close method of the iframe transport will fire close handler of http-streaming,
handler.close(handleClose) by force even after disconnection, but will not
destory the instance to preserve closed stream. Because the closed stream can
be reopen by $.stream(url, options), it will not disturb you. - revision 126
An realtime game with jQuery Stream is very interesting!
Original comment by flowersi...@gmail.com
on 27 Jul 2011 at 12:28
Original comment by flowersi...@gmail.com
on 28 Jul 2011 at 12:05
Original issue reported on code.google.com by
sebastia...@gmail.com
on 23 Jul 2011 at 1:54