react prevent socket io from connections multiple times code example
Example: react receiving socket muitple times
socket.off('MY_EVENT').on('MY_EVENT', () => doThisOnlyOnce());
socket.off('MY_EVENT').on('MY_EVENT', () => doThisOnlyOnce());