hi,
I used this plugin ( dev branch and socket io version is 2) for connecting my game to socket io and handling Listeners and Emit.
so when I disconnect to the server my connection has closed but when i want to reconnect to the server in runtime after disconnecting , i think it cant connect to server correctly.
hi, I used this plugin ( dev branch and socket io version is 2) for connecting my game to socket io and handling Listeners and Emit. so when I disconnect to the server my connection has closed but when i want to reconnect to the server in runtime after disconnecting , i think it cant connect to server correctly.
this is my connection script for this :
f.e when i connect to server for the first time i have this logs
but when i want to connect for the seccond time in runtime i just have this
and i should mention this that i test Reconnect after an initial connection failure #34 issue and it couldnt help me
please check it and help me.