Hi lords, i have a .net server working with sockets, fully working btw .net applications using ip/port...
when i try to connect my capx app on my .net server, its trigger my server and works fine on my server side but dont trigger any events of the Multiplayer object. ( Except the "Connecting" event )
the object still tryng to connect forever and i cant to send or receive data until its connected.
the same problem occours with the WebSocket object, he trigger my .net server but never connect.
Help please