socketio: Mimic what Express does to get client IP address

This also makes it easier for plugins to get the client IP address.
This commit is contained in:
Richard Hansen 2020-10-06 19:44:34 -04:00 committed by John McLear
parent ba6bdf35be
commit 661a89355f
5 changed files with 17 additions and 35 deletions

View file

@ -1 +0,0 @@
exports.remoteAddress = {};