Closed jamesholcomb closed 7 years ago
Using this approach: https://github.com/feathersjs/primus/issues/46
Issue: https://github.com/socketio/socket.io/issues/2982
Upgrading to 2.0.4 claims to fix this.
Temp work around is to use socket.conn.transport.socket._socket.remoteAddress
socket.conn.transport.socket._socket.remoteAddress
Ah feathers-socketio@3.0.0 received the update.
feathers-socketio@3.0.0
Using this approach: https://github.com/feathersjs/primus/issues/46
Issue: https://github.com/socketio/socket.io/issues/2982
Upgrading to 2.0.4 claims to fix this.
Temp work around is to use
socket.conn.transport.socket._socket.remoteAddress