Reaktieren
socket.off('MY_EVENT').on('MY_EVENT', () => doThisOnlyOnce());
johannb75
socket.off('MY_EVENT').on('MY_EVENT', () => doThisOnlyOnce());