Open RedAlex opened 2 years ago
I want to say a big thank you man. You saved my life. I had a headache due to not being able to reconnect to websocket and TS crashes. This fix works like a charm and I can now reconnect to TokoVoIP when I quit FiveM without having to restart my computer
Player are moved in and out of channel because more then one connection are in try and web socket can try more then one time to get information. In web socket one registerHandshake found all info and the player are moved in active channel. But another running registerHandshake not have the info and move player in waiting channel.
I don't know if it's the best solution but this work.
https://github.com/Itokoyamato/TokoVOIP_TS3/issues/330