react multiple sockets in a single component code example
Example: react receiving socket muitple times
socket.off('MY_EVENT').on('MY_EVENT', () => doThisOnlyOnce());
socket.off('MY_EVENT').on('MY_EVENT', () => doThisOnlyOnce());