SocketIOClient-Unreal-Example
SocketIOClient-Unreal-Example copied to clipboard
What address is the app using to connect to socket.io
What Url is the unreal app finally going to use after shipping the product to connect to my socket.io server, i need to either know it and if possible change it so that i can allow that url in the cors policy of the server. Need help urgent
It's using the one specified in the url connect params. Example uses http://localhost:3000 but you can change either of those to fit your server needs.