``` game.socket.on('system.household', (arg1, arg2, arg3) => { console.log(arg1, arg2, arg3);

game.socket.on('system.household', (arg1, arg2, arg3) => {
    console.log(arg1, arg2, arg3);
  });
Object { connected: true, recovered: undefined, receiveBuffer: [], sendBuffer: [], _queue: [], _queueSeq: 0, ids: 63, acks: {}, flags: {}, io: {…}, … }

and after run the action, i can see the socket there but nothing in the console;
Was this page helpful?