socket io react making alot of connections code example
Example: react receiving socket muitple times
socket.off('MY_EVENT').on('MY_EVENT', () => doThisOnlyOnce());
socket.off('MY_EVENT').on('MY_EVENT', () => doThisOnlyOnce());