Kevin
Kevin
Could a person from the dark side (Javascript) do the French translation ? 👀
You can already track these with the `raw` event. For the session ID and sequence number, this code would be okay: ```js .on('raw', (packet) => { if (packet.op === 0)...
Hey, I no longer work on the project that required this, I managed to find a workaround by redesigning the data scheme (which wasn't really perfect anyway). However I think...
The issue seems to go away by disabling Strict Mode. Even tho this is not a viable solution, it's a way to get it working until it gets fixed 👍