Files
socket.io/lib
Brian Gruber f48b40e134 Fix disconnectSync getting ignored
If using xhr-polling and a browser closes a tab or window, the
disconnectSync in the socket.io-client method is called which sends an
XHR request to the server indicating a disconnect. This line would cause
that to be ignored and so the server would have to wait for a timeout to
mark them as disconnect. This was possibly because it was sent from a
different tcp socket than the current connection.
2012-07-26 21:19:00 -05:00
..
2011-10-10 21:32:54 +02:00
2011-10-31 22:47:25 +01:00
2012-07-24 17:36:30 -07:00
2012-03-19 22:03:31 +01:00
2012-04-05 14:31:01 -03:00
2011-08-29 17:07:28 -07:00