let SocketUtil = { init() { this.clientHost = {}; this.clientSender = {} } } module.exports = SocketUtil;