meytotr

Results 9 comments of meytotr

i did try 2-3-4 all of them.. maybe i dont know how can i have to use it... i have to use ws://, wss:// or still https:// ??? u can...

not worked ! its not about server i think.. because its working on localhost server.. var uri = new Uri("http://192.168.1.107:11100"); but if change it for remote server.. var uri =...

i changed port 11100 to 3000 and saw the Hello World on ../check but still not work for unity.. Soooo thanx for help.. I will waiting for it

https://amritb.github.io/socketio-client-tool/v1/ i did try this tool.. and its work for it.. just i cant work with urs :( if u can do.. can u send me both codes.. on unity-client...

i said before :) ur port have to be 3000 on glitch.. change port 3000 and it will work. but my problem not on server man.. its about client.. change...

> I got it working on Heroku. Took me sometime but it is working. I will test on android and iOS too and update here. Successfully connected from unity editor....

> var uri = new Uri("https://www.example.com"); > > ```cs > public class SocketManager : MonoBehaviour > { > ... > > public static SocketIOUnity socket = null; > > void...

im using ur example client and ur glitch example server i check for android logcat.. this is try reconnect logs.. what is wrong for connect.. 2022.07.26 22:18:33.861 32102 32587 Info...

> Also experiencing similar issues. Locally it works ( with remove server in heroku ) But on my android device it doest. I do get the connection socket working but...