moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 513 forks source link

How get client's IP at authenticate? #744

Open neic89 opened 6 years ago

neic89 commented 6 years ago

How get client's IP at authenticate?

jack0320 commented 5 years ago

let ip = client.connection.stream.remoteAddress || client.connection.socket.remoteAddress || '';