Files
socket.io/lib
plievone cbe11eacb7 Socket#onClose(): ensure transport won't stay open.
There are rare error cases when transport could stay open in the background
even if socket is closed, so it is better to always call
`this.transport.close()` in Socket#onClose as it is idempotent and
safe to call multiple times.
2014-03-21 14:27:20 +02:00
..
2013-01-28 11:40:15 -05:00
2014-02-01 01:52:41 +02:00