I need to know what transport method a client is using for some conditional statements on the nodeJS serverside.
Does anyone know how I can get that
In socket.io 0.7.6
io.sockets.on('connection', function(client) { console.log(io.transports[client.id].name); });